Highlight values in one column based on values in another.

EtherBoo

New Member
Joined
Oct 26, 2006
Messages
37
Hello everyone,
This should be pretty easy but I can't seem to figure it out for the life of me.

Basically, I have 2 columns; D and AB.

Without getting too wordy, if on the same row a value exists in AB, then I need the corresponding value in D (the value within the same row) to be highlighted.

Is this possibly with conditional formatting or will I need to write / have someone write a macro that can do this?

Thank you.
 

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.
Highlight the data in column D (D1 being the active celll) and format with this formula =$D1=$AB1 . HTH, Ed
 
Upvote 0
Is there anyway to make it so that the value does not have to match identically? As in, if there is a value, then highlight?

I made some modifications and it worked like a charm. Thank you.
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,823
Members
452,946
Latest member
JoseDavid

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