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
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.
- SerdetMay 14, 2021Copper Contributor
Hi Sergei,
I have now added a new column which has to come into the equation and was wondering if you could give me a helping hand.
A new column called 'On Hold' has been added to the end of the table (let's say column Z).
If fields within this column state 'On Hold' I need the previous 'Good to Go' column to state "N/A".
I hope this is all clear.
Cheers
Elliot