In Google Sheets, how can I get todays date and the previous 19 days in a list. Excluding Weekends and even Holidays if possible?

后端 未结 0 1020
悲哀的现实
悲哀的现实 2021-01-05 09:41

I start with =today() in the first cell which works fine. And then use =A2-IF(WEEKDAY(A2)<5,3,1) which I found on the internet but is giving me wrong dates.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题