Hi,
Need assistance please with 2 formula to calculate dates and number of working days in a given week.
C2: 2019 (manually entered)
C8: =IF(WEEKDAY(DATE($C$2,1,1),2)<6,DATE($C$2,1,1),DATE($C$2,1,1)+7-(WEEKDAY(DATE($C$2,1,1)+1)))
(returns the 1st Jan if not a weekend)
C9:C12...