Returning Nth day in a certain week each month

ardykav

Board Regular
Joined
Oct 18, 2015
Messages
172
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have a sheet where i want to enter one row and it then automatically calculates all the dates below it.

However the problem I have is that i want it to calculate every nth day in a certain month so not sure what the formula or code is.

Eg I have the following table:
Start DateFrequencyEnd dateName
14/04/16Monthly31/12/16John Smith

<tbody>
</tbody>

When I refer to monthly it means that every service should be at the same time each month, so in the first case it would be every 2nd Thursday of the month. So Row 2 would then have formulas that would calculate to return values up to the end date. So here it should then look like this and end on 31/12/16
Start DateFrequencyEnd dateName
14/04/16Monthly31/12/16John Smith
12/05/16Monthly31/12/16John Smith
09/06/16Monthly31/12/16John Smith
14/07/16Monthly31/12/16

<tbody>
</tbody>

Would i need to put a formula in Column A and if so what would it be or would i need VBA code to work it out?

All help greatly appreciated,

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.

Forum statistics

Threads
1,214,523
Messages
6,120,039
Members
448,940
Latest member
mdusw

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