Forum Discussion
shine11120
Oct 25, 2022Copper Contributor
Assign range of pay dates to a specific month in Excel
Pay date = 26th of each month (unless 26th falls on weekend, in that case it would be the closest prior weekday). Example of Pay date periods: Column 1: Start Date Column 2: E...
NikolinoDE
Oct 31, 2022Gold Contributor
=A1-MOD(WEEKDAY(A1,3)+3,7)
Hope I was able to help you with this info.
I know I don't know anything (Socrates)