I am attempting to use conditional highlighting to highlight duplicate values in a range of data in excel 2007.
Here is exactly what I want:
Column A is a function of a 'toggle switch'. So if I change conditions of the toggle switch the values in column A change.
Columns B through N have static values in them. Some columns have duplicate values within them (i.e. column B has two entries for 'iphone')
I want cells within each column (B:N) to highlight when they match a value in column A.
Example:
Column A
iphone
Blackberry
Nokia
Column B
motorola
Ericsson
Samsung
Column C
LG
iPhone
Blackberry
Sanyo
Ideally, this formula would be backwards compatible with excel 2003.
I'm not familiar with VB so I need it to be a function.
Thanks in advance!!
Here is exactly what I want:
Column A is a function of a 'toggle switch'. So if I change conditions of the toggle switch the values in column A change.
Columns B through N have static values in them. Some columns have duplicate values within them (i.e. column B has two entries for 'iphone')
I want cells within each column (B:N) to highlight when they match a value in column A.
Example:
Column A
iphone
Blackberry
Nokia
Column B
motorola
Ericsson
Samsung
Column C
LG
iPhone
Blackberry
Sanyo
Ideally, this formula would be backwards compatible with excel 2003.
I'm not familiar with VB so I need it to be a function.
Thanks in advance!!