View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
goober
 
Posts: n/a
Default Embedded IF Fuction


here is another way that might work for you.

=IF(A1<60,"F",IF(AND(A1=60,A1<70),"D",IF(AND(A1= 70,A1<80),"C",IF(AND(A1=80,A1<90),"B",IF(A1=90," A")))))


--
goober
------------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...o&userid=19838
View this thread: http://www.excelforum.com/showthread...hreadid=507785