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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,215,446
Messages
6,124,904
Members
449,194
Latest member
JayEggleton

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