=IF(OR(A1="",B1="",C1=""),"Does not apply","Does apply")
This is a discussion on Please help. If A, B, and C, then... within the Excel Questions forums, part of the Question Forums category; Please tell me if Excel can evaluate three cells, then input a value in a fourth cell based on a ...
Please tell me if Excel can evaluate three cells, then input a value in a fourth cell based on a condition.
For example, if cell A1, or Cell B1, or Cell C1 is blank, then code "Does not apply" in cell D1.
I have over 2000 rows to inspect, and if there is a formula, it will be a great time saver.
Thank you in advance.
=IF(OR(A1="",B1="",C1=""),"Does not apply","Does apply")
Bookmarks