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

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
I would suggest :
=E1/DAY(TODAY()-1)*30

Or if you want to put the days closed in F1 :
=E1/DAY(TODAY()-F1)*(31-F1)

Or if you want the formula to automatically use the number of days in the current month :
=E1/DAY(TODAY()-F1)*(DAY(EOMONTH(TODAY(),0)-F1))
 
Upvote 0
No. Because there are only 30 non-closed days in the month.
I presume you want to return the projected total for the month based on the daily actual average so far.
For example, assuming 10 per day from 2 Jan to 10 Jan, the projected total for the whole month should be 300, not 310.
 
Upvote 0
Yes, if your figures are only up to the day before (the day before would be Day(Today()-1) instead of Day(Today())
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,199
Members
449,072
Latest member
DW Draft

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