View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.setup
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default Urgent - Setting up a formula

Maybe you have automatic calculation switched off.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"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