Forum Discussion
Multiple Condition IF Statement
- May 07, 2021
To change the check on empty string the formula could be
=IF(ISNA(XMATCH("",AF3:AI3)), "Yes", "N/A")In attached file I changed K3 to test.
Hi Sergei Baklan,
Thanks for your quick reply. I have tried this formula in my spreadsheet and it is not working, when I change cells to blank it does not change the 'Good to Go' column value.
I have tried copy & pasting my data over to your spreadsheet and it seems to work perfectly. Columns A - D are all populated by IF formulas, I'm not sure if this has anything to do with it not working.
Please see the attached spreadsheet as this may give you an idea as to why it is not working (Data is actually located in columns AF:AI)
Kind regards,
Elliot
- SergeiBaklanMay 07, 2021Diamond Contributor
To change the check on empty string the formula could be
=IF(ISNA(XMATCH("",AF3:AI3)), "Yes", "N/A")In attached file I changed K3 to test.
- SerdetMay 07, 2021Copper Contributor
- SergeiBaklanMay 07, 2021Diamond Contributor
Elliot, glad to help. Have a nice weekend too.
- SergeiBaklanMay 07, 2021Diamond Contributor
I guess that's since you could have not blank cells, but cells with empty string "" returned by formulas. Empty string doesn't mean the cell is blank, it only looks like like blank.
I'll modify the formula in short while, have to shift on another task shortly.