Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Hi Guys. I need to add 13 days to the current date to get the projected date. How can i exclude the weekends?
For example today's date is 02/27/14 and I want to add 13 days to it. by not excluding weekends I get 3/12/2014 While I needed to exclude weekends and the date should look like: 03/18/2017
Thank you in advance!
=lastworkdate(today(),14)
=lastworkdate(today(),14)
Thank you so much!