Hello! I'm trying to combine two IF statements but need help on how to do this...
Argument #1: =IF(AND(ISNUMBER(B5),ISBLANK(C5)),"New Fallout","No Change")
Argument #2: =IF(AND(ISBLANK(B5),ISNUMBER(C5)),"New Sale","New Fallout")
I need these two arguments to be combined into one cell, any help is appreciated, thanks!
Argument #1: =IF(AND(ISNUMBER(B5),ISBLANK(C5)),"New Fallout","No Change")
Argument #2: =IF(AND(ISBLANK(B5),ISNUMBER(C5)),"New Sale","New Fallout")
I need these two arguments to be combined into one cell, any help is appreciated, thanks!