Conditional Highlighting

wmtsub

Active Member
Joined
Jun 20, 2018
Messages
322
Is it possible to highlight the entire row if 1 cell equals a specific value using the Conditional Formatting
feature built in?
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hi,

Yes ...

You can have following formula : =$A1="MySpecificText"

Hope this will help
 
Upvote 0
Not sure where / how to applly this. In the conditional formatting I am hightlighing not adding text.
 
Upvote 0
What column has the values you want to check?
What range do you want to highlight?
What is the value?
 
Upvote 0
The colum is "B", three seperate values, CAM - HUSE - VDR.
The range of teh row vaires - higlighting the entier row wuould be great.
 
Upvote 0
Select the range of cells you want this to work on & use this formula
=OR($B2="CAM",$B2="VDR",$B2="HUSE")
Assumes that the first row selected above is row2
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,618
Messages
6,120,544
Members
448,970
Latest member
kennimack

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