About 18,600,000 results
Open links in new tab
  1. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation. The Unary operator negates the boolean (math operation), hence, converts the boolean to number. Same works in TRUE * FALSE = 0

  2. excel - Check whether a cell contains a substring - Stack Overflow

    Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left/Right/Mid on a conditional basis without throwing e...

  3. excel - How to Add Date Picker To VBA UserForm - Stack Overflow

    Jan 9, 2019 · Close Excel; Download MSCOMCT2.cab (it's a cabinet file which extracts into two useful files) Extract Both Files | the .inf file and the .ocx file; Install | right-click the .inf file | hit "Install" Move.ocx file | Move from "C:\Windows\system32" to "C:\Windows\sysWOW64"

  4. excel - Return values from the row above to the current row

    Jun 15, 2012 · To solve this problem in Excel, usually I would just type in the literal row number of the cell above, e.g., if I'm typing in Cell A7, I would use the formula =A6. Then if I copied that formula to other cells, they would also use the row of the previous cell.

  5. What does the "@" symbol mean in Excel formula (outside a table)

    Oct 24, 2021 · Excel has recently introduced a huge feature called Dynamic arrays. And along with that, Excel also started to make a " substantial upgrade " to their formula language. One such upgrade is the addition of @ operator which is called Implicit Intersection Operator .

  6. Using "If cell contains #N/A" as a formula condition.

    Feb 25, 2016 · A possible alternative approach in Excel 2010 or later versions: AGGREGATE(6,6,A1,B1) In AGGREGATE function the first 6 indicates PRODUCT operation and the second 6 denotes "ignore errors"

  7. excel - How can I reference a cell's value in PowerQuery - Stack …

    Jan 24, 2019 · = Excel.Workbook(File.Contents(GetValue("SourceFile"))) If the cell is part of an Excel table, the above is not needed - you can import/access that table's data directly using the "From Table/Range" button in the "Data" ribbon.

  8. Set a Column in Pivot Table as Percentage of Another

    Oct 18, 2016 · I believe what you want is a calculated field. From the pivot table "Options" menu for Office 2010 or before or the "Analyze" menu for office 2013 or after, select "Fields, Items and Sets" -> "Calculated Field."

  9. How to represent a DateTime in Excel - Stack Overflow

    The underlying data type of a datetime in Excel is a 64-bit floating point number where the length of a day equals 1 and 1st Jan 1900 00:00 equals 1. So 11th June 2009 17:30 is about 39975.72917 . If a cell contains a numeric value such as this, it can be converted to a datetime simply by applying a datetime format to the cell.

  10. excel - Specifying range from A2 till infinity (NO VBA ... - Stack …

    Oct 6, 2017 · If you want to refer to a range starting from A2 until max row (1048576 or 65536 for Excel prior to 2007), you can use this volatile formula... =OFFSET(A2,0,0,(COUNTBLANK(A:A)+COUNTA(A:A)-1),1) . Use formula as a defined range name or inside other formula which takes range as an argument (for eq SUM)...

Refresh