About 50 results
Open links in new tab
  1. 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 …

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

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

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

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

  6. if statement - How to get Excel to ignore N/As - Stack Overflow

    Oct 11, 2023 · I have a nested if/or/and statement that otherwise works but gives me 'false' values if there are any N/As in the row. I want it to completely ignore the N/A (so, if I've asked it to tell …

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

  8. if statement - IF function in combination with an Round function …

    I'm trying to combine an IF function with an round function to try to round a certain value. In this case the value is in cell H2. E2=decimal places. So if E2=9 there are 9 decimal places. I try to...

  9. if statement - Excel - is there a BUT function? - Stack Overflow

    Jul 1, 2020 · Excel - is there a BUT function? Asked 5 years, 5 months ago Modified 5 years, 5 months ago Viewed 2k times

  10. Excel TEXTJOIN with multiple IF conditions - Stack Overflow

    May 3, 2019 · I'm trying to use the TEXTJOIN function to create a comma separated list of the content of each row's Column D value, but only when it's Column J value reads "Regulatory" …