Conditional formatting an entire row based on a specified cells value

Helloitsme

New Member
Joined
Feb 19, 2021
Messages
28
Office Version
  1. 365
Platform
  1. Windows
I've conditionally formatted the table correctly with coloumn E, but I can't seem to figure out how to make the conditional formatting count for the whole row, not just format coloumn E.

Kollektion.xlsx
EFG
18325SP-137078018365270756Gianni Versace
18326SP-137088011003996766Gianni Versace
18327SP-137238018365071261Gianni Versace
Stock Perfume
Cells with Conditional Formatting
CellConditionCell FormatStop If True
E5:R70000Expression=COUNTIF(Overview!$AA$6:$AA$70000;E5)textNO
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Lock down your column reference, like this:

=COUNTIF(Overview!$AA$6:$AA$70000;$E5)
 
Upvote 0
Solution
Lock down your column reference, like this:

=COUNTIF(Overview!$AA$6:$AA$70000;$E5)
Thanks again Joe, you're a true lad. Have been stuck on this for hours and now it works like a charm!
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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