Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
This is our commission structure... £'s Percentage % £ per bracket Combined Commission 0 - 2,000 5 100 100 2,001 - 5,000 10 300 400 5,001 - 10,000 15 750 1,150 10,001 -15,000 17 850 2,000 15,001 - 20,000 20 1,000 3,000 20,001 - 25,000 22 1,100 4,100 25,001 - 35,000 25 2,500 6,600 35,000+ 30 I tried =IF(G14<2000,G14*0.05,IF(G14<5000,100+(G14-2000)*0.1,IF(G14<10000,400+(G14-5000)*0.15,IF(G14<15000,1150+(G14-10000)*0.17 etc etc, but I can't fit it all in AND it's a bit big and cumbersome. I have a feeling that it might be an array that makes this work? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working Hours (formula & graph) - any elegant solution? | Excel Worksheet Functions | |||
How to import a table on a Web page to Excel? | Excel Discussion (Misc queries) | |||
Pivot -- want to use Max and Sum in same table | Excel Worksheet Functions | |||
Change Data In Pivot Table | New Users to Excel | |||
Generating excel combinations | Excel Discussion (Misc queries) |