Tweaking a formula

Silo

Active Member
Joined
Mar 8, 2004
Messages
447
Hello everyone

I like some help tweaking a formula I’m working with

This formula delivers a total monthly required quantity in units

Based on average 22 day work calendar per month

Here’s how the formula works

K2 = Daily ratio (in this example 4.25 per day)
O3 = Number of days in the month 31
C5 = Average days worked (22)
H2 = Total Staff


=SUM((($K$2*$O$3)/$O$3)*C5)*H2

Total monthly target in unit sales is 1029

How I would like to modify this is to… I’d like to use this formula per head count (on each row) but have the formula adjust each individual targets based on the number of days they actually are scheduled to work. In other words if 1 employee only works 18 days due to personal time, vacation etc. I like the formula to adjust up everyone else so that the expected target can still be chased.

Last note the headcount can and will change up or down based on location

Any assistance would be helpful.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Hello Silo, O3 appears to be redundant in your current formula. You are multiplying and then dividing by that figure, which cancel each other out so you'd get the same result with

=$K$2*C5*H2

I'm not clear how you want to change it. How is the data laid out, i.e. numbers of staff, numbers of days worked etc.?
 
Upvote 0
Hello Barry

Thanks for replying

Both number of staff and scheduled days worked .

But I like to set it up where the formula could adjust everyone's target depending on the number of days they each work and end up with the same expected total in this example 1029 units
 
Upvote 0

Forum statistics

Threads
1,214,867
Messages
6,122,002
Members
449,059
Latest member
mtsheetz

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