jwgreen1986
Board Regular
- Joined
- Mar 8, 2019
- Messages
- 64
i currently have a couple of tables on a workbook. i am wanting to use some conditional formatting that will highlight certain cells when a criteria is met and will change the highlighted cells when the criteria is changed.
i am able to highlight one cell using conditional formatting, but is there a way to highlight the other cells near it if it is highlighted?
below is an example. so i am able to have the site highlighted, but how do i make it so it will also highlight the position and sales fields as well? so at the min i have newcastle selected in my drop down and it makes it bold. if i change the site on the drop down it changes this to bold. what i want to do is not only make the site bold but the position and sales fields bold as well. this way it makes it much easier to view the current site you are looking at.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Site[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Derby[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Newcastle[/TD]
[TD]567[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Manchester[/TD]
[TD]423[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Oxford[/TD]
[TD]400[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Leicester[/TD]
[TD]239[/TD]
[/TR]
</tbody>[/TABLE]
i am able to highlight one cell using conditional formatting, but is there a way to highlight the other cells near it if it is highlighted?
below is an example. so i am able to have the site highlighted, but how do i make it so it will also highlight the position and sales fields as well? so at the min i have newcastle selected in my drop down and it makes it bold. if i change the site on the drop down it changes this to bold. what i want to do is not only make the site bold but the position and sales fields bold as well. this way it makes it much easier to view the current site you are looking at.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Site[/TD]
[TD]Sales[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Derby[/TD]
[TD]999[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Newcastle[/TD]
[TD]567[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Manchester[/TD]
[TD]423[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Oxford[/TD]
[TD]400[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Leicester[/TD]
[TD]239[/TD]
[/TR]
</tbody>[/TABLE]