Hello,
I am trying to calculate the number of vaccine doses used in a week based on a daily on-hand inventory. I have numbered the rows with WEEKNUMBER.
So far, I've tried this: =SUM(MAX([# of vaccine doses on hand today (#s only)]1:[# of vaccine doses on hand today (#s only)]69, [Week Number]@row, [Week Number]1:[Week Number]69)- (MIN(# of vaccine doses on hand today (#s only)]2:[# of vaccine doses on hand today (#s only)]69, [Week Number]@row, [Week Number]2:[Week Number]69)))
But I am clearly missing something. Any tips? I currently have summary data in the top row.