I’m trying to work out a formula to calculate how many assets were created in the previous week from another sheet. I’m using a Week Commencing date which is the first Monday of each week and entries are being dividing into w/c based on when they were submitted to Smartsheet.
How can I return the number of assets from the previous week commencing using the TODAY formula. I want this to be updated each week so I’m always looking at the previous week’s data so I can report on it. Do I need to pull results ‘between’ 7 and 13 days ago? I have the below formula but it’s only returning 0 results when it should be 2.
=SUMIFS({Broadcast-# of Assets}, {Broadcast-Delivery}, $[Primary Column]@row, {Broadcast-FY}, ($[Primary Column]$2), {Broadcast-Week Commencing}, =TODAY(-7))