About 25,800 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. How can I logically test the format of another cell in excel

    You can get some information about the cell like format etc using the CELL function e.g. : =CELL("format", H2) This supports a number of other arguments instead of format defined …

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

    Sep 12, 2013 · Well, the problem for me is not the results of the "blank test" per say, but rather the following: I apply the if statement to a whole row, and then I would like to use Go To -> Special …

  4. How do I create an =IF() statement on Excel where the logical test …

    Apr 14, 2024 · How do I create an =IF () statement on Excel where the logical test is tested against a range of variables? Asked 1 year, 7 months ago Modified 1 year, 7 months ago …

  5. How does the logical test in an Excel if statement evaluate dates in ...

    Spreadsheet with example data is linked here. Suppose you have 3 dates "4/1/2015", "6/30/2015", and "5/1/2016" set to the Date cell format in Excel. You can directly compare the …

  6. How do I recognize "#VALUE!" in Excel spreadsheets?

    Dec 16, 2016 · How do I recognize "#VALUE!" in Excel spreadsheets? Asked 13 years, 6 months ago Modified 8 years, 11 months ago Viewed 227k times

  7. EXCEL IF function logical test with date/time formats

    EXCEL IF function logical test with date/time formats Asked 9 years, 3 months ago Modified 9 years, 2 months ago Viewed 3k times

  8. How to apply a logical OR to an array in Excel - Stack Overflow

    How to apply a logical OR to an array in Excel Asked 13 years, 8 months ago Modified 1 year ago Viewed 83k times

  9. excel "IF" formula returning "0" (it shouldn't) - Stack Overflow

    Jun 18, 2013 · Excel evaluates strings to 0 when the "Transition formula entry" option is enabled. It would evaluate your formula to "=IF(TRUE,0,0)" and then to 0, just like you said it did.

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

    Jun 15, 2015 · Excel formula LIKE, AND, IF, WILDCARDS Asked 10 years, 5 months ago Modified 4 years, 10 months ago Viewed 228k times