Hi All, I am trying to figure out how to calculate the number of REMAINING mondays, tuesdays, wednesdays, thursdays, fridays, saturdays and sundays in the current month. Any idea on how to do this?
=NETWORKDAYS.INTL(TODAY(),EOMONTH(TODAY(),0),"0111111") for remaining Mondays,
=NETWORKDAYS.INTL(TODAY(),EOMONTH(TODAY(),0),"1011111") for remaining Tuesdays, etc.
Thank you both very much for the prompt replies and help! One more follow up question. I have an excel where row 1 is the date and row 2 is revenue on that date. Is there a way to sum the revenue of the last 4 mondays? last 4 tuesdays etc? Basically I'm trying to build a projection calculator for my business to help me estimate my revenue for the month.
=SUMPRODUCT((A1:ALL1=WORKDAY.INTL(TODAY(),-{1;2;3;4},"0111111"))*A2:ALL2) for the four last Mondays,
=SUMPRODUCT((A1:ALL1=WORKDAY.INTL(TODAY(),-{1;2;3;4},"1011111"))*A2:ALL2) for the four last Tuesdays, etc.
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.