I am modifying a sheet created by a colleague. The purpose of the sheet is to provide weekly updates to a project on each row. At the top of the sheet are some hidden/locked cells and I just can't figure out what the date cell is referencing. The section auto populates current week and first and second previous week data pulled from rows updated below automatically. This info is important to me because I have it running to my dashboard. I added an update for 7/15 but noticed that 7/8 week is not updating as the previous week….any thoughts what i could be doing wrong?
Here is the formula
=IFERROR(IF($[Row
Num]@row =
"", "", INDEX($[Row
Num]$25:$[New Current Estimated Date]$179, MATCH($[Row
Num]@row, $[Row
Num]$25:$[Row Num]$179,
0),
MATCH([Status Report Date]$25, $[Row
Num]$25:$[New Current Estimated Date]$25, 0))), "")