I’m trying to calculate the previous week commencing data to report on. I want to be able to tally how many assets were created in the previous week using the TODAY function (so date between 7 to 13 days ago). As the date will always be Monday of the previous week.
The below formula structure but I know it’s not accurate to find results between 7 to 13 days.
=SUMIFS({Broadcast-# of Assets}, {Broadcast-Delivery}, $[Primary Column]@row, {Broadcast-FY}, ($[Primary Column]$2), {Broadcast-Week Commencing}, =TODAY(-7))
Any suggestions?
Thanks!