T
TKrepitch
Hi, everyone. I think this is a simple question.
This formula works:
=IF(AND(ISBLANK(B5),ISBLANK(W5)),"Pending",IF(AND(B5="*"),ISBLANK(W5),"Installing"))
This formula does not:
=IF(AND(ISBLANK(B5),ISBLANK(W5)),"Pending",IF(AND(B5="*"),ISBLANK(W5),"Installing",IF(AND(B5="*",W5="*","Installed")))
I seem to be doing something wrong when I add in the third combination
at the end.
Basically, what I am trying to get is this:
If B5 and W5 and both blank, then the cell should say "Pending".
If B5 has anything in it and W5 is blank, then the cell should say
"Installing".
If B5 and W5 both have something in them, then the cell should say
"Installed."
Thanks for your help!
This formula works:
=IF(AND(ISBLANK(B5),ISBLANK(W5)),"Pending",IF(AND(B5="*"),ISBLANK(W5),"Installing"))
This formula does not:
=IF(AND(ISBLANK(B5),ISBLANK(W5)),"Pending",IF(AND(B5="*"),ISBLANK(W5),"Installing",IF(AND(B5="*",W5="*","Installed")))
I seem to be doing something wrong when I add in the third combination
at the end.
Basically, what I am trying to get is this:
If B5 and W5 and both blank, then the cell should say "Pending".
If B5 has anything in it and W5 is blank, then the cell should say
"Installing".
If B5 and W5 both have something in them, then the cell should say
"Installed."
Thanks for your help!