Thread: Grades to Marks
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)[_689_] Rick Rothstein \(MVP - VB\)[_689_] is offline
external usenet poster
 
Posts: 1
Default Grades to Marks

You could do something like this...

=IF(A1="A*",58,<<your LOOKUP formula goes here)

Rick


"Greener2224" wrote in message
...
I want to convert grades to marks A* is 58 points A is 52 etc. I have been
using lookup tables but they return A* as 52 points because of the
wildcard
character any suggestions.
Thanks