Conditional formatting?

Titian

Well-known Member
Joined
Dec 17, 2004
Messages
567
I have a list of Post Code areas in column I followed by data in columns J&K.

I am selecting from that list of Post Code areas in column I e.g. CB5, to populate either column A or colum E then by use of a vlookup I am reading over the matching data from columns J&K.

What I would like to do is once a unique selection has been placed in either column A or E the matching entry in column I is formatted red if its in column A, yellow if its in column E - to show that the data in column I has been allocated.

Is this possible with CF or should I consider an alternative approach?

Thanks for your interest.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Thanks wudhus_kid your prompt was useful.

I am using "=NOT(ISNA(VLOOKUP(I5,$A$2:$A$298,1,0)))" to generate the "True/False" response required by CF.
 
Upvote 0
Maybe also..
=ISNUMBER(MATCH(I5,$A$2:$A$298,0))
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,334
Members
449,077
Latest member
Jocksteriom

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