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

    May 14, 2019 · 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 …

  2. excel - What does an exclamation mark before a cell reference …

    Nov 20, 2014 · When entered as the reference of a Named range, it refers to range on the sheet the named range is used on.. For example, create a named range MyName refering to …

  3. 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 …

  4. excel - How to show current user name in a cell? - Stack Overflow

    if you don't want to create a UDF in VBA or you can't, this could be an alternative. =Cell("Filename",A1) this will give you the full file name, and from this you could get the user …

  5. excel - How to reference table column header name and table row …

    Aug 26, 2019 · It seems that you are working with excel tables (i.e. ListObjects). The formula: =TableName[@[ColumnHeaderName]] refers to the - Table: TableName - Column: …

  6. Quadratic and cubic regression in Excel - Stack Overflow

    Jun 2, 2012 · Now Excel will calculate regressions using both x 1 and x 2 at the same time: How to actually do it. The impossibly tricky part there's no obvious way to see the other regression …

  7. 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 …

  8. 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 …

  9. Parsing an ISO8601 date/time (including TimeZone) in Excel

    Jan 1, 2011 · I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, to a normal Excel Date. As far as I can tell, Excel XP (which is …

  10. 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 …