LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default multiplying by variables based off original number


"jato" wrote in message ...
trying to figure this out, im in commsionned sales, and we base our commision
off a percentage of our gross, i need a formula that basically does this
400 or less=100
1500 or less *.25
1501-2499*.3
2499<*.35
all in one formula.... is this possible?


Hi J.
One more try, see if it fits your numbers.
Commission =MAX(100,0.25*A1,0.3*A1-75,0.35*A1-200)
The definitions leave room for different formulas, check this one out too.
Hans T.


 
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
multiplying a negative number M.A.Tyler Excel Discussion (Misc queries) 3 January 26th 09 07:40 AM
Multiplying one known number with fluctuating numbers in cells Georgia New Users to Excel 5 March 31st 08 10:55 PM
Multiplying time by number God's Kid Excel Discussion (Misc queries) 3 January 27th 06 10:16 PM
multiplying a cell by a set number gunny86 Excel Discussion (Misc queries) 2 September 7th 05 07:52 AM
counting based ona number of variables. vipa2000 Excel Worksheet Functions 11 July 29th 05 04:08 PM


All times are GMT +1. The time now is 01:59 PM.

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"