Typically, I can't get a hold of any of the geeks I work with when I need them!
Can someone help me purleeeeeeeeeeease?
I'm trying to do something so that if cell A2 is Monday, Wednesday, or Friday it returns a certain number. So far I have;
=IF(A2=Monday,"2.75",IF(A2=Wednesday,"1.25", IF(A2=Friday,"2.5")))
Its no working! Giving me the result #NAME? So I know I've did something wrong but I don't know what.
Also tried =IF(A2=Monday,"2.75""0",IF(A2=Wednesday,"1.25""0", IF(A2=Friday,"2.5""0"))) just in case it was because there was no false value
Really really grateful!