March commission challenge

alphadown

New Member
Joined
Apr 4, 2007
Messages
44
Hi, I'm new here obviously.
So far, I've used Excel a bit at uni and work, I like working with it, but I've never done anything as tricky as this commission thing before. It was a good challenge for me, but probably quite easy for many others here.

The file I sent in had 4 added rows for working, but later on I managed to make a pretty crude looking formula to do it all in one row.

Is it ok to discuss it or post our methods yet, or do we need to wait for the winners to be announced?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Sure - discuss your methods.
Over 500 people sent in Challenge answers! It will take a bit of time to go through those. (Actually, we are thinking about an automated way to gather the formulas used in each workbook...)
 
Out of the 500, it would be interesting to see how many of us came up with exactly the same answer. There can't be that many ways of doing it, surely.
 
I just realized mine doesn't work if 2000 is passed in January :(

In B10 then copy across
=IF(((SUM($B9:B9))-$E$5)<0,B9*$F$5,(B9*$F$5)-(((IF((SUM($B9:B9))-$E$5<0,0,(SUM($B9:B9))-$E$5))-(IF((SUM(A9:$B9))-$E$5<0,0,(SUM(A9:$B9))-$E$5)))*($F$5-$G$5)))
 
Hi alphadown and welcome to MrExcel!

Here's my submission:

Code:
=ROUND((MIN(B9,MAX(SUM($B9:B9)-$E5,0))*$G5)+(MIN(B9,MAX($E5-SUM($A9:A9),0))*$F5),2)

once again, in B10 and copied across.

Andrew
 

Forum statistics

Threads
1,222,713
Messages
6,167,813
Members
452,141
Latest member
CaseyJones1979

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top