Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What will be the easiest formula for assigning Grades in Column B ?

What will be the formula for assigning Grades in Column B ? If Column A = marks i.e.72 Grade scale: >=92 "A+" >=82 "A" >=72 "B+" >=65 "B" >=55 "C+" > =48 "C" >=40 "D" >=35 "E" <35 "F"

user-image
Question added by Ahmed Aziz , Software Development & Testing , Innernet, Inc.
Date Posted: 2014/03/20
Zuhair Bukhari
by Zuhair Bukhari , Inventory Controller - Supervisor , King's College Hospital London

Usually the IF formula is used for such calculations, however a vlookup formula can be applied instead as it is short and easy to do.

 

The formula in column B would be: =IF(ISBLANK(A2),"",(VLOOKUP(A2,$E$2:$F$10,2,TRUE)))

 

Kindly check the image below, just type the grading in a separate area and use the above formula with "approxiamte match"

 

Image and video hosting by TinyPic

 

 

 

Thanks,

Mohammed Kalache
by Mohammed Kalache , Asistant Category Manager , Starbucks Middle East & Africa ( Alshaya )

You're Gonna Like It , 

A13 Is The Student Grade

 

=IF(A13>=92,"""A+"" ",IF(A13>=82,"""A"" ",IF(A13>=72,"""B+"" ",IF(A13>=65,"""B"" ",IF(A13>=55,"""C+"" ",IF(A13>=48,"""C"" ",IF(A13>=40,"""D"" ",IF(A13>=35,"""E"" ",IF(A13<35,"""F""","")))))))))

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.