Hi,
Using Excell 2011 on a Mac.
I'm trying to get a formula to say if cell A1 = Mon, then 3.25. If A1 = Tue, then 5...and so on throughout the week.
I've tried several situations with this, the most recent was
=IF(H12="Mon",3,IF(H12="Tue",3.75,IF(H12="Wed",4.25,IF(H12="Thu",3.75,IF(H12="Fri",3.75,IF(H12="Sat",0,IF(H12="Sun",0)))))))
Even when I do one IF statement at a time like =IF(A1="Mon",3,0)
It is reading at 0 or FALSE, even when the cell reads "Mon".
The cell in question is displaying "Mon", but it is a formula to copy another cell with a numbered date. Has anyone worked with an issue like this before?
I would so appreciate any insight at all.
Using Excell 2011 on a Mac.
I'm trying to get a formula to say if cell A1 = Mon, then 3.25. If A1 = Tue, then 5...and so on throughout the week.
I've tried several situations with this, the most recent was
=IF(H12="Mon",3,IF(H12="Tue",3.75,IF(H12="Wed",4.25,IF(H12="Thu",3.75,IF(H12="Fri",3.75,IF(H12="Sat",0,IF(H12="Sun",0)))))))
Even when I do one IF statement at a time like =IF(A1="Mon",3,0)
It is reading at 0 or FALSE, even when the cell reads "Mon".
The cell in question is displaying "Mon", but it is a formula to copy another cell with a numbered date. Has anyone worked with an issue like this before?
I would so appreciate any insight at all.