Calculate Payment date based on same day of month - allow for weekends and holidays

roomale

New Member
Joined
Dec 4, 2003
Messages
48
I'm working on a personal cashflow statement and am stuck on how to write a formula which will allow me to calculate the payment date for each future payment based on the following criteria

1. I know the first payment date - C6 (14-Sep-12 - a Friday)
2. The next payment date will be calculated in C8 and will be the same day (14) in the next month, unless :
The 14th is a weekend - in which case I want to move the payment date to the Monday
14th Oct is a Sunday therefore I want the payment to be calculated to be 15th Oct (Monday)

If 15th Oct was a Bank Holiday then I would want the date advanced to 16th Oct

When I move down a month to November - I want the payment date to be on the preferred date 14th Nov unless either of the above apply

Any help to work out which of the Excel 2007 date calculation methods is best to use for this would be appreciated

Thanks

Roo
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hello Roo,

If the dates should be in C8 down then put this formula in C8 and copy down

=WORKDAY(EDATE(C$6,ROWS(C$8:C8))-1,1,H$2:H$10)

Assumes a list of holiday dates in H2:H10, change that range as required
 
Upvote 0
Hello Roo,

If the dates should be in C8 down then put this formula in C8 and copy down

=WORKDAY(EDATE(C$6,ROWS(C$8:C8))-1,1,H$2:H$10)

Assumes a list of holiday dates in H2:H10, change that range as required

Thanks Barry .. that looks to have moved me forward .. much appreciated

Roo
 
Upvote 0

Forum statistics

Threads
1,215,514
Messages
6,125,267
Members
449,219
Latest member
daynle

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