Pace minus a day?

Erkjerk

New Member
Joined
Sep 24, 2017
Messages
36
The formula I have in place is =E1/DAY(TODAY())*31 for January. This works great as long as we don't close for a day in the month. Of course we were closed January 1st. How can i make my current formula not calculate jan 1st in the pace? Thanks.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
What do you mean "jacked"? Your question indicates you do not understand the formula. Why don't you test a few examples with some hard dates instead of TODAY()? Also look up the help files re DAY and TODAY.
The formula is returning today's day of the month less the number of closed days - so on Jan 31 it will return 31 less 1.
 
Upvote 0
Assuming the following data :
E1 – Actual month-to-date amount as of yesterday
F1 – Actual month-to-date number of closed days as of yesterday
G1 – Total number of closed days for the whole month

The formula to return the expected amount for the whole month :
=E1/DAY(TODAY()-1-F1)*(DAY(EOMONTH(TODAY()-1,0)-G1))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,741
Messages
6,126,587
Members
449,319
Latest member
iaincmac

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