About 50 results
Open links in new tab
  1. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · What does -- do in Excel formulas? Asked 15 years, 9 months ago Modified 6 years, 11 months ago Viewed 58k times

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

    Nov 20, 2014 · In a text about Excel I have read the following: =SUM(!B1:!K1) when defining a name for a cell and this was entered into the Refers To field. What does this mean?

  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 such upgrade is …

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

    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 what we're using) doesn't …

  5. Quadratic and cubic regression in Excel - Stack Overflow

    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 values. In order to do that …

  6. excel - How to clear memory to prevent "out of memory error" in VBA ...

    Jan 18, 2013 · I am running VBA code on a large Excel spreadsheet. How do I clear the memory between procedures/calls to prevent an "out of memory" issue occurring?

  7. Excel, append one range to the end of another in one column

    Aug 29, 2015 · 8 I have two columns of data in Excel. I would like to add a third column which combines the first and second. How can I do this with a formula such that I can add or remove data from …

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

    Aug 26, 2019 · I'm trying to populate a new table in a new worksheet with data from an existing table in a different worksheet. I need to reference the column header name because the positions of the …

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

    What is the best way of representing a DateTime in Excel? We use Syncfusions Essential XlsIO to output values to an Excel document which works great. But I can't figure out how to display a DateTim...

  10. What does '$' mean in Excel formula? e.g: $B$4 - Stack Overflow

    What does '$' mean in Excel formula? e.g: $B$4 Asked 11 years, 10 months ago Modified 9 years, 5 months ago Viewed 101k times