About 11,500,000 results
Open links in new tab
  1. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation.

  2. excel - Leave out quotes when copying from cell - Stack Overflow

    Jul 23, 2014 · Problem: When copying a cell from Excel outside of the program, double-quotes are added automatically. Details: I'm using Excel 2007 on a Windows 7 machine. If I have a …

  3. excel - Specifying range from A2 till infinity (NO VBA) - Stack …

    Excel 2007 has 1048576 rows, so if, by infinity, you meant something less than or equal to that, then you probably want the end to be dynamically determined (such as the last used cell in the …

  4. excel - Substitute a comma with a line break in a cell - Stack …

    Aug 5, 2019 · In the cell below, I want to get whatever is separated by a comma to come to a new line. I can add these line breaks manually with alt+enter, but this time I want to automate it. …

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

  6. vba - How to wait until ActiveWorkbook.RefreshAll finishes before ...

    After my macro refresh's the data that Excel is getting, I added into my macro the line "Calculate" (normally used to recalculate the workbook if you have set calculation to manual). While I don't …

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

    Sep 12, 2013 · I would like to write an IF statement, where the cell is left blank if the condition is FALSE. Note that, if the following formula is entered in C1 (for which the condition is false) for …

  8. excel - PivotTable to show values, not sum of values - Stack Overflow

    I'm wanting to display a pivot table and for it to show me the actual values, one on each row, rather than a sum of the values. E.g. Name Jan Feb Mar Apr Bob 12 10 4 ...

  9. Excel: highlight cell if exists in list - Stack Overflow

    Oct 29, 2018 · I want to create a conditional formatting rule where the cell will be highlighted if it also appears in a list (column A). The values are all text (e.g "Apple", "Pear"). It has to be an …

  10. Excel: How to Sort or filter text by specific word or words?

    Order text by finding the word elephant Is it possible to order/sort/filter a column based on a specific word even if the word is in a sentence in the cell. For example in my image I'd like to …