vaibhav tandon
New Member
- Joined
- Jun 5, 2012
- Messages
- 10
I am trying to compare to sets of data pulled from tool to highlight the changes that Project Managers have made week on week basis as compared to last week. Tab 'old' has last week data while tab 'New' has data. I used formula in conditional formatting "=A1<>Old!A1" but this is only limited if both sheets have the data arranged in same manner. But since there are new projects added each week there is reordering of projects and gives me wrongly highlighted cells.
For example E got added this week in 'new' tab and comparing it with row 5 of 'old' tab and giving wrong highlighted cells.
The longer method i could think of is to rearrange all the data and apply the same formula however due to time contraints its not viable since the data lines are almost 10000.
Could any one suggest a better way of highlighting the changed cells?
"Old" tab sample data below:
[TABLE="width: 932"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]primary_portfolio[/TD]
[TD]number[/TD]
[TD]u_project_budget_rag_status[/TD]
[TD]u_project_schedule_rag_status[/TD]
[TD]u_project_scope_rag_status[/TD]
[TD]percent_complete[/TD]
[TD]u_budget_capex[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]1[/TD]
[TD]Green[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]20[/TD]
[TD="align: right"]200[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]3[/TD]
[TD]Green[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]300[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD="align: right"]4[/TD]
[TD]Amber[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]400[/TD]
[/TR]
</tbody>[/TABLE]
"New" Tab data below:
[TABLE="width: 932"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]primary_portfolio[/TD]
[TD]number[/TD]
[TD]u_project_budget_rag_status[/TD]
[TD]u_project_schedule_rag_status[/TD]
[TD]u_project_scope_rag_status[/TD]
[TD]percent_complete[/TD]
[TD]u_budget_capex[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]1[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Red[/TD]
[TD="align: right"]20[/TD]
[TD="align: right"]200[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]25[/TD]
[TD="align: right"]300[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]3[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[TD]Amber[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]350[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD="align: right"]5[/TD]
[TD]Green[/TD]
[TD]Amber[/TD]
[TD]Red[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]900[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD="align: right"]4[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]800
[/TD]
[/TR]
</tbody>[/TABLE]
Please let me know if its not clear and can explain further
For example E got added this week in 'new' tab and comparing it with row 5 of 'old' tab and giving wrong highlighted cells.
The longer method i could think of is to rearrange all the data and apply the same formula however due to time contraints its not viable since the data lines are almost 10000.
Could any one suggest a better way of highlighting the changed cells?
"Old" tab sample data below:
[TABLE="width: 932"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]primary_portfolio[/TD]
[TD]number[/TD]
[TD]u_project_budget_rag_status[/TD]
[TD]u_project_schedule_rag_status[/TD]
[TD]u_project_scope_rag_status[/TD]
[TD]percent_complete[/TD]
[TD]u_budget_capex[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]1[/TD]
[TD]Green[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]100[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]20[/TD]
[TD="align: right"]200[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]3[/TD]
[TD]Green[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD="align: right"]30[/TD]
[TD="align: right"]300[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD="align: right"]4[/TD]
[TD]Amber[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]400[/TD]
[/TR]
</tbody>[/TABLE]
"New" Tab data below:
[TABLE="width: 932"]
<colgroup><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]primary_portfolio[/TD]
[TD]number[/TD]
[TD]u_project_budget_rag_status[/TD]
[TD]u_project_schedule_rag_status[/TD]
[TD]u_project_scope_rag_status[/TD]
[TD]percent_complete[/TD]
[TD]u_budget_capex[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]1[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Red[/TD]
[TD="align: right"]20[/TD]
[TD="align: right"]200[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[TD]Red[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD="align: right"]25[/TD]
[TD="align: right"]300[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]3[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[TD]Amber[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]350[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD="align: right"]5[/TD]
[TD]Green[/TD]
[TD]Amber[/TD]
[TD]Red[/TD]
[TD="align: right"]10[/TD]
[TD="align: right"]900[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD="align: right"]4[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD]Amber[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]800
[/TD]
[/TR]
</tbody>[/TABLE]
Please let me know if its not clear and can explain further