View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Andri Andri is offline
external usenet poster
 
Posts: 66
Default ASSIGN NUMBER SCORES TO LETTER GRADES

is it you look for?

=if(A1="U","Failed","Passing")


"DOUG ECKERT" wrote:

I want to code scores "E" and "S" as passing and "U" as not passing. Scores
are in a table of months arranged horizontally. Suggestions are welcome.

DOUG