I am creating a spreadsheet dashboard for a spreadsheet that tracks the progress of many activities as part of a project. Say I have a 100 activities that are listed by row, with various tasks listed in columns. The main sheet has some additional columns that I do not want included in the dashboard, so the dashboard only uses 4 of the columns from the full sheet and then colors them based on their percentage of completeness.
The row numbers for both sheets are the same. So in the dashboard, I refer to the other page as:
B4 – contains (=’Updates’!B4)
That works great, until a row is added in the Updates sheet. Then all of my references are off by a row from that point forward. I can not use an absolute reference because that will not help if a row is added either.
I can not figure out a way for the rows to match up. Column A is duplicated in both sheets. I think that may be the way to match up say column B with column D of the appropriate row, but do not know how or if that is the best way.
Thanks,
Andy