Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MY FORMULA WILL NOT WORK

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!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default MY FORMULA WILL NOT WORK

Maybe

=IF(C10=85.1,1,IF(C10=75.1,2,IF(C10=60,3,IF(C10 =55.1,4,IF(C100,5,IF(C10<=0,"N0 Score"))))))

Mike

"BOO19422" wrote:

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!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default MY FORMULA WILL NOT WORK

Try this:

=LOOKUP(C10,{0,55.1,60,75.1,85.1},{5,4,3,2,1})

--
Biff
Microsoft Excel MVP


"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!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default MY FORMULA WILL NOT WORK

That did the trick...Thanks for your help !!

"BOO19422" wrote:

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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Max value formula doesn't work orquidea Excel Discussion (Misc queries) 9 October 25th 07 03:01 PM
Is this formula going to work? yrose70 Excel Worksheet Functions 1 May 11th 06 07:27 PM
FORMULA DOESN'T WORK Loyd Excel Discussion (Misc queries) 4 March 30th 06 06:17 PM
A search for $ in a formula use to work now it does not work JuneJuly Excel Discussion (Misc queries) 2 November 30th 05 10:13 PM
formula won't work Linette Excel Worksheet Functions 0 January 17th 05 06:05 AM


All times are GMT +1. The time now is 12:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"