Bill Due Date

davidzan

New Member
Joined
Feb 13, 2024
Messages
26
Office Version
  1. 2010
Platform
  1. Windows
I have a bill that is due on the 23rd of each month. However, if the date falls on a Saturday or Sunday, the due date is the next Monday. Is there a formula to automatically advance date to the next Monday if the date falls on a Saturday or Sunday? Thanks
 
See if the following formula works for you -- it returns the due date based on today's date:
Excel Formula:
=WORKDAY(EOMONTH(TODAY(),-(TODAY()<=WORKDAY(EOMONTH(TODAY(),-1)+22,1)))+22,1)
 
Upvote 0
Thanks for your prompt response. It doesn't give me the solution I'm looking for, but I will tailor your formula to suit my needs. You are a great help!
 
Upvote 0

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