View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Urgent - Setting up a formula

I get B+, but a better formula is

=LOOKUP(AB1,{0,"F";73,"C";78,"B";84,"B+";88,"A"})

--
__________________________________
HTH

Bob

"NS" wrote in message
...
I am setting a following formula:

=IF(AB187,"A",IF(AB184,"B+",IF(AB178,"B",IF(AB1 72,"C",IF(AB1<73,"F",0)))))

for grades of student.

It gives me error. For example. If student got 87 he should have B+
according to formula. However, excel gives me "A" instead of B+.

Please help