B
Bettergains
Hello: this ought to be a challenge.
I have a spreadsheet with 10 columns
Col A contains an ID
There are various color coded cells in each;
Row 1: B - C are red; F is yellow
Row 2: C is green; E is yellow, etc.
Row count could be up to 300
Objective:
Before refreshing this report (from Access query)
1. identify cell color for cells in rows
2. After refresh, find row (per the ID field) and replicate the color
Conditions:
New unique rows may be added during the refresh; these will not be color coded
The color is applied without consistent rules in many cases
Rather than refreshing the report, I can also append the new rows first and
then organize.
I'm thinking I may need a color code column in the query, something like:
ID & b19 (for col + color) and then format the cells using this code. If
there is another better way, I'm all ears.
Thanks in advance for your expertise.
I have a spreadsheet with 10 columns
Col A contains an ID
There are various color coded cells in each;
Row 1: B - C are red; F is yellow
Row 2: C is green; E is yellow, etc.
Row count could be up to 300
Objective:
Before refreshing this report (from Access query)
1. identify cell color for cells in rows
2. After refresh, find row (per the ID field) and replicate the color
Conditions:
New unique rows may be added during the refresh; these will not be color coded
The color is applied without consistent rules in many cases
Rather than refreshing the report, I can also append the new rows first and
then organize.
I'm thinking I may need a color code column in the query, something like:
ID & b19 (for col + color) and then format the cells using this code. If
there is another better way, I'm all ears.
Thanks in advance for your expertise.