Forum Discussion
mayge03
Dec 21, 2023Copper Contributor
Color fill whole row based on text in certain column
I'm making an assignment tracker for my classes. I want the row to fill a certain color based on the class number (in column i). I've followed videos that show conditional formatting equations to do ...
- Dec 21, 2023
Select rows 2 to 100, or if you prefer A2:K100. The active cell in the selection should be in row 2, for example A2.
Use the following formula in the conditional formatting rule:
=$I2=315
(neither single nor double quotes around 315)
HansVogelaar
Dec 21, 2023MVP
Select rows 2 to 100, or if you prefer A2:K100. The active cell in the selection should be in row 2, for example A2.
Use the following formula in the conditional formatting rule:
=$I2=315
(neither single nor double quotes around 315)
mayge03
Dec 21, 2023Copper Contributor
This worked thank you!