View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.setup
ns ns is offline
external usenet poster
 
Posts: 8
Default Urgent - Setting up a formula

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