Conditional Formatting - highlight row, based off cell value in column P for that row

ChristineC

New Member
Joined
Apr 19, 2024
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I feel like what I have should work but I cant get it to apply to the whole row somehow...

So I have tried:

1736870026385.png


This results in the lines where there is a "N" in column P the value in column "A" is the only cell in that row which changes. So then I thought perhaps I need to specify the columns in a row (ie: columns A-AJ). So I changed it to apply to:

1736870294513.png


The result was the same as the initial attempt.

Can someone please make a recommendation of where I am going wrong and / or what to do to resolve this?

Thanks in advance!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
First, select the range/rows that you want to apply this to, like A3:AJ999.
Then, writer your formula as it applies to the first cell in your selection.
Note that if you want ALL the columns to look at the value in column P, you need to lock that reference in your formula, i.e.
Excel Formula:
=$P3="N"

Since you did not lock the row reference, Excel is smart enough to automatically adjust it for all the other rows.
So A3:AJ3 will look at the value in P3,
A4:AJ4 will look at the value in P4,
A5:AJ5 will look at the value in P5,
etc.
 
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,039
Members
453,520
Latest member
packrat68

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top