I have a worksheet that has 3 tables, each table is auto populated from a raw data import. I have figured out a way to do conditional formatting on one cell now I need a way to copy that formatting to 108 other cells with it updating the cells without creating 324 more rules.
The formatting is as follows
Green Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)>10
Yellow Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)>2.5
Red Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)<2.5
With each set to stop if true.
Is there a better way to do this formatting without vlookup or is there a way to copy this formatting without having to create 324 more rules. My next cell that needs this would be D5 with D6 being the lookup. Most of the layout are across with the lookup below the cell needing formatting
The formatting is as follows
Green Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)>10
Yellow Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)>2.5
Red Apply to. =$C$5
=vlookup(C6,table!A:G,6,False)<2.5
With each set to stop if true.
Is there a better way to do this formatting without vlookup or is there a way to copy this formatting without having to create 324 more rules. My next cell that needs this would be D5 with D6 being the lookup. Most of the layout are across with the lookup below the cell needing formatting