Hello all
I hope you can help on this one
I want to work out what the cycle dates should be but not to include a Sat or Sun in the dates
A1 cell value will be a date
B1 cell value wll be the frequency per year
C1,D1,E1 etc would be the dates
Example
"A1" = 9/1/2018
"B1" = 1
"C1" = 9/1/2018
"A1" = 9/1/2018
"B1" = 12
"C1" = 9/1/2018
"D1" = 9/2/2018
"E1" = 9/3/2018
"F1" = 9/4/2-18
"G1" = 9/5/2018
"H1" = 11/6/2018 (This is because the 9th falls on the Saturday so the next availabe week day date is the 11th)
I am looking for some VBA code that will automate this and populate all the cells once after "A1" and "B1" values are entered. Maximum frequency is 52 (Weeks)
Any help would be great please
I hope you can help on this one
I want to work out what the cycle dates should be but not to include a Sat or Sun in the dates
A1 cell value will be a date
B1 cell value wll be the frequency per year
C1,D1,E1 etc would be the dates
Example
"A1" = 9/1/2018
"B1" = 1
"C1" = 9/1/2018
"A1" = 9/1/2018
"B1" = 12
"C1" = 9/1/2018
"D1" = 9/2/2018
"E1" = 9/3/2018
"F1" = 9/4/2-18
"G1" = 9/5/2018
"H1" = 11/6/2018 (This is because the 9th falls on the Saturday so the next availabe week day date is the 11th)
I am looking for some VBA code that will automate this and populate all the cells once after "A1" and "B1" values are entered. Maximum frequency is 52 (Weeks)
Any help would be great please