About 13,900,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. if statement - Excel - Create IF Function from results of a multiple ...

    Sep 6, 2024 · Excel - Create IF Function from results of a multiple criteria XLOOKUP Asked 1 year, 2 months ago Modified 1 year, 2 months ago Viewed 185 times

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

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

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

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

    Dec 17, 2013 · 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, …

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

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

  8. Case Function Equivalent in Excel - Stack Overflow

    Mar 30, 2011 · A case or switch statement would be perfect in this scenario, but I don't think it is a native function in Excel. I also think it would be kind of crazy to chain a bunch of =IF() …

  9. excel - How to use an IF statement for multiple cells? - Stack …

    Jan 30, 2018 · How to use an IF statement for multiple cells? Asked 7 years, 10 months ago Modified 7 years, 8 months ago Viewed 18k times

  10. excel - Can I nest the IF function inside of the Filter Function ...

    Oct 23, 2023 · Can I nest the IF or any other function inside of the FILTER function to return maybe 1 instead of GBP in column J and return LON instead of LONDON in column B?