=IF(A2="Monday","9", "NA")
Im trying to work this out but this isnt working for me - i want to see if A2="Monday" "Tuesday" "Wednesday" "Thursday" "Friday" or "Saturday" return "9"..... and if A2="Sunday" return "10".
This formula (=IF(A2="Monday","9", "NA") is working. but when i put more this one days inside, it stops working. is there a way to do that?
any help will me good.
2007-10-01
13:01:08
·
4 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
i think its called Multi IFs
2007-10-01
13:02:42 ·
update #1