Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
TRy
=IF(AND(D5<E5,E5<F5),"A", IF(AND(D5E5,E5F5),"B", IF(AND(D5<E5,E5F5),"C", IF(AND(D5E5,E5<F5),"D","F")))) -- HTH Bob "MelissaS" wrote in message ... Can anyone tell me why this IF formula isn't working? =IF(D5<E5<F5,"A",IF(D5E5F5,"B", IF(D5<E5F5,"C",IF(D5E5<F5,"D","F")))) It's returning "B" every time. D5, E5, and F5 are all derived from formulas. Is that the problem? I appreciate any help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A formula not working as the result of a previous formula? | Excel Discussion (Misc queries) | |||
formula not working | New Users to Excel | |||
Formula Not working | Excel Discussion (Misc queries) | |||
Formula only working sometimes | Excel Discussion (Misc queries) | |||
Formula not working | Excel Discussion (Misc queries) |