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

  2. python - Excel file format cannot be determined, you must specify …

    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 …

  3. excel - How to clear memory to prevent "out of memory error" in …

    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?

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

    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?

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

  6. #NAME? error in Excel for VBA Function - Stack Overflow

    Following the Excel help for "Correct a #NAME? error": In the formula bar, select the [suspect] function name. In the Name Box (to the left of the formula bar), click the arrow and then select …

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

  8. Newest 'excel' Questions - Stack Overflow

    I am writing a VBA script in Excel that, upon clicking a button, will open a user-selected project file, initiate an export using a pre-setup map to an Excel file, close the project, pull the data ...

  9. Excel doesn't update value unless I hit Enter - Stack Overflow

    Jul 8, 2015 · I have a very annoying problem in one of my worksheets in a workbook. I am using EXCEL 2007. Any cell's value will not be updated unless I hit ENTER. Either if the formula in …

  10. Referencing value in a closed Excel workbook using INDIRECT?

    In the formula, E:\Excel file\ is the full file path of the unopened workbook, test.xlsx is the name of the workbook, Sheet2 is the sheet name which contains the cell value you need to reference …