Hi All,
Need one help with the calculation. I need to get day count from the latest date in data. This latest date will be dynamic and keep updating on daily basis as I get new data everyday.
I need to calculate days passed using this dynamic latest date while excluding weekends, & if any date missing b/w. For weekends, day count of last weekday comes.
For Ex:
25/11/20 - Day1
24/11/20 - Day2
23/11/20 - Day3
22/11/20 - Day3 (weekend)
21/11/20 - Day3 (weekend)
20/11/20 - Day4
18/11/20 - Day6 ( As 19/11/20 is missing hence, Day 6)
17/11/20 - Day7
Can anyone help with the solution for the same?
Thanks,