About 20,300,000 results
Open links in new tab
  1. 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 …

  2. What charset does Microsoft Excel use when saving files?

    I have a Java app which reads CSV files which have been created in Excel (e.g. 2007). Does anyone know what charset MS Excel uses to save these files in? I would have guessed either: windows-1255 (

  3. how to read certain columns from Excel using Pandas - Python

    I am reading from an Excel sheet and I want to read certain columns: column 0 because it is the row-index, and columns 22:37. Now here is what I do: import pandas as pd import numpy as np file_loc...

  4. How to loop in excel without VBA or macros? - Stack Overflow

    I think @Nat just gave you a pretty good answer. If you're new to Excel, note that his answer uses relative references, as opposed to your absolute ones. Copying formulas with relative references …

  5. How to use a named column in Excel formulas - Stack Overflow

    Simple, at least when using Excel 2010: name your column: select full column, enter name use column name in formula; Excel will combine the referenced column with the current row to access a single …

  6. How to do a "Save As" in vba code, saving my current Excel workbook ...

    One small point: using file format of xlWorkbookNormal saves the file as an Excel 97-2003 workbook. To save as a current .xlsx workbook you have to use xlOpenXMLWorkbook.

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

    Feb 25, 2016 · 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

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

  9. excel - Find all values greater or equal than a certain value - Stack ...

    In all honesty, this is best done with VBA, not a set of formulas.

  10. excel - IF statement: how to leave cell blank if condition is false ...

    Sep 12, 2013 · The easiest solution is to use conditional formatting if the IF Statement comes back false to change the font of the results cell to whatever color background is.