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

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

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

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

  5. Excel spreadsheet password cracking using VBA - Stack Overflow

    Hi Jack, thanks for response, the excel file is not protected rather the vba project residing in it is protected. I need to unprotect this vba project using this script. Codeomnitrix, thanks for the …

  6. 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 from, and …

  7. #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 a [user …

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

  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 the cell includes …

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