S
Secret Squirrel
I'm trying to work an IF statement with these conditions:
If E2 = "Open" then U2
If E2 = "Closed" & S2 = "" then T2, and if E2 = "Closed" and S2 is not blank
then ""
I've tried this a few different ways but haven't been able to come up with
my solution. Can anyone help me write this?
If E2 = "Open" then U2
If E2 = "Closed" & S2 = "" then T2, and if E2 = "Closed" and S2 is not blank
then ""
I've tried this a few different ways but haven't been able to come up with
my solution. Can anyone help me write this?