Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
wmb wmb is offline
external usenet poster
 
Posts: 1
Default Assigning a point value to a range of numbers

I am creating a spreadsheet where I need to assign a point value to a range
of numbers. For instance, if a person was 100-102% of there sales target,
they would earn 5 points. If they were 98-99.9%, they earn 4 points. How
would I set up a formula to populate the points by just typing in the % they
were vs. their sales target?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 169
Default Assigning a point value to a range of numbers

Use a VLOOKUP without exact match. Create a table with the lower thresholds
of each point band and the associated points and that should help. Here's an
example (page down once)

http://www.kan.org/tips/scorecard.php

--
Tips for Excel, Word, PowerPoint and Other Applications
http://www.kan.org/tips


"wmb" wrote:

I am creating a spreadsheet where I need to assign a point value to a range
of numbers. For instance, if a person was 100-102% of there sales target,
they would earn 5 points. If they were 98-99.9%, they earn 4 points. How
would I set up a formula to populate the points by just typing in the % they
were vs. their sales target?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Assigning a point value to a range of numbers

If you just have a point range from 1-5, you could do something like this (I
don't know your baseline for 1, 2, or 3 points, so I have guessed. :)
C2: Sales Target (in percentage)
D2: =(C2=92%)+(C2=94%)+(C2=96%)+(C2=98%)+(C2=100% )

Of course, if your points are evenly spaced as in my example above, you
could also modify the formula like this:
=MAX(MIN(INT(((C2-92%)*50))+1,5),0)
Ensure the cells are formatted to General (or number).

Hope this helps.


--
John C


"wmb" wrote:

I am creating a spreadsheet where I need to assign a point value to a range
of numbers. For instance, if a person was 100-102% of there sales target,
they would earn 5 points. If they were 98-99.9%, they earn 4 points. How
would I set up a formula to populate the points by just typing in the % they
were vs. their sales target?

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
Assigning point values? Riptide Excel Worksheet Functions 2 July 23rd 07 12:54 PM
Assigning Variable Range JMay Excel Discussion (Misc queries) 1 July 7th 07 04:52 PM
Assigning a value to a set of numbers urrbie Excel Worksheet Functions 5 December 15th 06 05:10 PM
Assigning numbers to names Levi Excel Discussion (Misc queries) 1 May 4th 06 10:35 PM
Assigning scores to a date range Koen Excel Worksheet Functions 1 October 20th 05 12:37 PM


All times are GMT +1. The time now is 04:31 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"