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

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
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,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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