The Grim Discovery
Board Regular
- Joined
- Jan 23, 2015
- Messages
- 244
- Office Version
- 365
- Platform
- Windows
Excelites
I'm using formula to state whether or not A3:D3 are each populated with a 'yes'.
IF(AND(A3="yes",B3="yes",C3="yes",D3="yes"),"yes","no")
But I cant work out how to write the formula so that if all of those cells are blanks then the formula should produce a blank. Would appreciate your guidance.
Thanks in advance
I'm using formula to state whether or not A3:D3 are each populated with a 'yes'.
IF(AND(A3="yes",B3="yes",C3="yes",D3="yes"),"yes","no")
But I cant work out how to write the formula so that if all of those cells are blanks then the formula should produce a blank. Would appreciate your guidance.
Thanks in advance