Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel conditional formula

I have put together a spreadsheet for tracking performance I am trying to
figure out how to construct a formula that will look at ranges within several
cells and return a value based on an entry in another cell.


Objectives 5 6 Weight Raw Score Points
Budget 75%-79% 80%-84% 20 82% 120

Looking at info above, I enter raw score of 82%. I want the formula to
determine that 82% falls within the range for the score of "6". I then want
the formula to multiple that "6" times the weight of "20" and give me total
points of "120". This is just a slice from the bigger spreadsheet. The want
to be able to protect the sheet with the only cell for data entry is Raw
Score. I know how to do this. I just don't know how to write the formula
that will do the rest.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel conditional formula

create a table that has the upper limit (percent) for each category in the
first column and points in the second. You can then use the vlookup
function to return percent converted to points.

vlookup(%,table,2,True)

see help for details.

--
Regards,
Tom Ogilvy


"mmcintire" wrote in message
...
I have put together a spreadsheet for tracking performance I am trying to
figure out how to construct a formula that will look at ranges within

several
cells and return a value based on an entry in another cell.


Objectives 5 6 Weight Raw Score Points
Budget 75%-79% 80%-84% 20 82% 120

Looking at info above, I enter raw score of 82%. I want the formula to
determine that 82% falls within the range for the score of "6". I then

want
the formula to multiple that "6" times the weight of "20" and give me

total
points of "120". This is just a slice from the bigger spreadsheet. The

want
to be able to protect the sheet with the only cell for data entry is Raw
Score. I know how to do this. I just don't know how to write the formula
that will do the rest.



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
Conditional formula in Excel Donna Excel Discussion (Misc queries) 3 July 3rd 08 04:09 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
conditional formula in Excel mreedtigers Excel Worksheet Functions 5 July 6th 07 11:05 PM
Conditional Excel formula D Loafman Excel Worksheet Functions 5 July 15th 06 12:49 AM
how to music to excel conditional formula badger[_2_] Excel Programming 2 December 20th 04 07:45 AM


All times are GMT +1. The time now is 10:27 AM.

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

About Us

"It's about Microsoft Excel"