View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default MY FORMULA WILL NOT WORK

start at the highest and work down
=IF(C1085,1,IF(C1075,2,IF(C1060,3,IF(C1055,4,I F(C10=0,5,0)))))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"BOO19422" wrote in message
...
This is the formula I have and the chart I'm using can anyone help?

=IF(C10<=55,5,IF(C10=0,"NO
VALUE",IF(C10=85.1,1,IF(C10=75.1-85,2,IF(C10=60-75,3,IF(C10=55.1-59.99,4))))))

0-55 will be 5 points.
55.1-59.99 will be 4 points
60-75 will be 3 points
75.1-85 will be 2 points
85.1 and up will be 1 point

1 is highest!