Experts, I am attempting to make a payroll calendar and paycheck distribution date.
I have the start date in A1 and to make my bi-monthly dates, A2 has the formula =IF(DAY(A1)<15,DATE(YEAR(A1),MONTH(A1),15),DATE(YEAR(A1),MONTH(A1)+1,0))
I am trying to place a formula in A3 that would calculate the date the paycheck would be distributed. If A2 (end of pay period) lands on MON, TUE, WED, or THU, then the distribution date in A3 can be two days later. If A3 is FRI, SAT, or SUN, then the check distribution date in A3 should be on Monday.
Please keep in mind that I am still using Excel 2003 and I don't have any knowledge of VB - so I need a relatively simple formula.
I continue to appreciate the help from the Excel gurus around the world that share their knowledge. thank you.
I have the start date in A1 and to make my bi-monthly dates, A2 has the formula =IF(DAY(A1)<15,DATE(YEAR(A1),MONTH(A1),15),DATE(YEAR(A1),MONTH(A1)+1,0))
I am trying to place a formula in A3 that would calculate the date the paycheck would be distributed. If A2 (end of pay period) lands on MON, TUE, WED, or THU, then the distribution date in A3 can be two days later. If A3 is FRI, SAT, or SUN, then the check distribution date in A3 should be on Monday.
Please keep in mind that I am still using Excel 2003 and I don't have any knowledge of VB - so I need a relatively simple formula.
I continue to appreciate the help from the Excel gurus around the world that share their knowledge. thank you.