Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default More Formula Help

I am trying to set a point value to change when a certin value is
achived. Here is an example:
Sales rep Tamra makes 3 orders for every 10 calls she recives, so she
has a 30% close rate and recives 12 pts. Tamra's goal is to close 40%
of her calls to achive the 25pt maxium. Here is our point scale:

Close Rate Pts.
< 25% 0
= 25% and < 27% 6
=27% and < 33% 12
= 33% and < 35% 18
= 35% and < 40% 22
= 40% 25


Is it possiable to enter this data in a single formula?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default More Formula Help

With the Close Rate in cell B2 and using whole numbers...

=LOOKUP(B2,{0,25,27,33,35,40,1001},{0,6,12,18,22,2 5})

--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware
(Calculate Payments add-in: amount, interest rate, payment, term - in the free folder)




"Steve"
wrote in message
...
I am trying to set a point value to change when a certin value is
achived. Here is an example:
Sales rep Tamra makes 3 orders for every 10 calls she recives, so she
has a 30% close rate and recives 12 pts. Tamra's goal is to close 40%
of her calls to achive the 25pt maxium. Here is our point scale:

Close Rate Pts.
< 25% 0
= 25% and < 27% 6
=27% and < 33% 12
= 33% and < 35% 18
= 35% and < 40% 22
= 40% 25


Is it possiable to enter this data in a single formula?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default More Formula Help

On Mar 4, 8:58*pm, "Jim Cone" wrote:
With the Close Rate in cell B2 and using whole numbers...

=LOOKUP(B2,{0,25,27,33,35,40,1001},{0,6,12,18,22,2 5})

--
Jim Cone
Portland, Oregon USAhttp://www.mediafire.com/PrimitiveSoftware
(Calculate Payments add-in: *amount, interest rate, payment, term - in the free folder)

"Steve"
wrote in ...



I am trying to set a point value to change when a certin value is
achived. *Here is an example:
Sales rep Tamra makes 3 orders for every 10 calls she recives, so she
has a 30% close rate and recives 12 pts. *Tamra's goal is to close 40%
of her calls to achive the 25pt maxium. *Here is our point scale:


Close Rate * * * * * * * Pts.
< 25% * * * * * * * * *0
= 25% and < 27% 6
=27% and < 33% 12
= 33% and < 35% 18
= 35% and < 40% 22
= 40% * * * * * * * * 25


Is it possiable to enter this data in a single formula?- Hide quoted text -


- Show quoted text -


it works with whole #'s Thanks Jim. i could make this work, but
anyway for the formula to work with the % in there?
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default More Formula Help

On Mar 4, 9:22*pm, Steve wrote:
On Mar 4, 8:58*pm, "Jim Cone" wrote:





With the Close Rate in cell B2 and using whole numbers...


=LOOKUP(B2,{0,25,27,33,35,40,1001},{0,6,12,18,22,2 5})


--
Jim Cone
Portland, Oregon USAhttp://www.mediafire.com/PrimitiveSoftware
(Calculate Payments add-in: *amount, interest rate, payment, term - in the free folder)


"Steve"
wrote in ...


I am trying to set a point value to change when a certin value is
achived. *Here is an example:
Sales rep Tamra makes 3 orders for every 10 calls she recives, so she
has a 30% close rate and recives 12 pts. *Tamra's goal is to close 40%
of her calls to achive the 25pt maxium. *Here is our point scale:


Close Rate * * * * * * * Pts.
< 25% * * * * * * * * *0
= 25% and < 27% 6
=27% and < 33% 12
= 33% and < 35% 18
= 35% and < 40% 22
= 40% * * * * * * * * 25


Is it possiable to enter this data in a single formula?- Hide quoted text -


- Show quoted text -


it works with whole #'s *Thanks Jim. *i could make this work, but
anyway for the formula to work with the % in there?- Hide quoted text -

- Show quoted text -


Forget that last question....i figured it out....thanks a million
Jim!!!!!
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
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula PJ[_3_] Excel Worksheet Functions 2 June 2nd 10 03:45 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Formula expected end of statement error, typing formula into cell as part of VBA macro [email protected] Excel Programming 1 July 20th 06 07:58 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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