MTD target calculator

Toffalof

New Member
Joined
Aug 31, 2017
Messages
1
Hello, Could anyone help me. I'm not very good at Excel and need the formula's for the following.
My target for the month needs to be split by the number of workings days and then the MTD figure worked out depending on date input.
I will enter the Income figure daily but I need everything else to have a formula.
Please see below for a more easier example.

NameDateMonthly Income Target MTD TargetMTD IncomeDifference
Joe01/09/2017£10,000£476.19£400-£76.19





<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
A
B
C
D
E
F
G
H
I
J
K
1
Name
Date
Monthly Income Target
MTD Target
MTD Income
Difference
Holidays
2
Joe
1/9/2017
10,000
476.19
400
76.19
list
holidays
here

<tbody>
</tbody>

In D2. Change the 1 to match the weekends you want.
Code:
=ROUND(C2/NETWORKDAYS.INTL(DATE(YEAR(B2),MONTH(B2),1),EOMONTH(DATE(YEAR(B2),MONTH(B2),1),0),[COLOR=#ff0000]1[/COLOR],K2:K5),2)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,482
Messages
6,113,908
Members
448,532
Latest member
9Kimo3

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