About 8,210,000 results
Open links in new tab
  1. 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

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

  3. IF AND Formula with IS NOT NULL in Excel - Stack Overflow

    Oct 19, 2016 · I am using Excel 2010 and currently trying to get a formula for my data using a Nested If And, but unable of the correct formula. Here is some sample data to elaborate on my …

  4. Return empty cell from formula in Excel - Stack Overflow

    Jul 13, 2009 · I need to return an empty cell from an Excel formula, but it appears that Excel treats an empty string or a reference to an empty cell differently than a true empty cell. So essentially …

  5. Excel formula LIKE, AND, IF, WILDCARDS - Stack Overflow

    Jun 15, 2015 · I have a scenario where I am using a number of formulas I am comfortable with together and not getting a result. I want to get ANY result where there is a "1" present in a cell. …

  6. if statement - how to get data from another sheet in excel using IF ...

    May 23, 2016 · So in order to build your IF statement, you would build it like another other if statement, you would just need to include the sheet name with the cell reference for those …

  7. if statement - Excel, copying cell between sheets based on criteria ...

    I need to copy cells from one sheet to the other based on another cell. If cell.columnA from sheet1 contains the text from cell.columnA from sheet2, copy cell.columnB, cell.columnC, …

  8. if statement - Excel conditional Hyperlink outputs the Hyperlink for ...

    Excel conditional Hyperlink outputs the Hyperlink for both conditions Asked 13 years, 3 months ago Modified 2 years, 10 months ago Viewed 28k times

  9. IF function - is there a way to avoid repeating formula

    1 Since Excel 2007, the IFERROR statement does what the OP asked. From the help file: Description: Returns a value you specify if a formula evaluates to an error; otherwise, returns …

  10. IF function to identify first character of cell - Stack Overflow

    I'm trying to use the IF function in Excel so that if the first character of a cell is 9, then the value shown should be the eight rightmost characters of that cell, otherwise the value shown shoul...