About 51 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, 6 months ago Modified 6 years, 8 months ago Viewed 57k times

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

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

    13 The $ sign causes the cell column or row or both in a formula to be fixed. That is, if you drag the formula cell horizontally or vertically in order to copy the formula, Excel will not adjust this value. For …

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

  5. 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?

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

    Jun 11, 2009 · 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 …

  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 throwing e...

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

    Jan 7, 2014 · I need help on my Excel sheet. How can I declare the following IF condition properly? if A1 = "n/a" then C1 = B1 else if A1 != "n/a" or has value(int) then C1 = A1*B1

  9. Excel FILTER() returning 0 for blank cells - Stack Overflow

    Nov 10, 2020 · I suspect this has been asked previously, but I can't find it. FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting a 0 return va...

  10. python - Excel file format cannot be determined, you must specify an ...

    Jul 22, 2021 · Excel file format cannot be determined, you must specify an engine manually. When all files are closed and no hidden temporary files ~$filename.xlsx in the same directory the code works …