Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Formula based on multiple criteria

I need to set up a commission plan that drives the following payouts:

Achieve Payout
$0-$4999 5% of total achieved
$5000-$9999 8% of total achieved
$10,000+ 10% of total achieved

Which is the best Excel formula to use?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 21
Default Formula based on multiple criteria

Arrange the payout table as follows - achievement levels in column A
listing the lower limit of the range (e.g. $0, $5,000 and $10,000) and
the % in column B (5%, 8% and 10%).
=LOOKUP(total achieved,A1:A3,B1:B3)
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7,247
Default Formula based on multiple criteria

Enter the following values in some range, say A1:B3

0 0.05
5000 0.08
10000 0.10

Then, use a VLOOKUP

=VLOOKUP(amount,A1:B3,2,TRUE)

where amount is the value to be tested. The amount value in the first
column (0, 5000, 10000) must be ascending order. The values in the
second column need not be in any particular order.

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


On Mon, 19 Jan 2009 09:44:01 -0800, Newsgal
wrote:

I need to set up a commission plan that drives the following payouts:

Achieve Payout
$0-$4999 5% of total achieved
$5000-$9999 8% of total achieved
$10,000+ 10% of total achieved

Which is the best Excel formula to use?

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
CREATING FORMULA IN ONE WORKSHEET BASED ON MULTIPLE CRITERIA IN AN Etg-Para Excel Worksheet Functions 2 July 24th 08 05:33 AM
Adding based on Multiple Criteria? Audra Excel Discussion (Misc queries) 2 June 29th 07 07:31 PM
how can I have a formula result based on multiple criteria/columns nicky_p New Users to Excel 1 July 5th 06 01:45 PM
sum based on multiple criteria Todd Excel Worksheet Functions 3 May 5th 06 10:06 PM
Multiple Sum, based on criteria Andy the yeti Excel Worksheet Functions 4 December 22nd 05 02:32 PM


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