Conditional Formating from a Data Validation List

jfayer

New Member
Joined
Nov 18, 2013
Messages
3
Scenario:

Sheet 1;Column C and Column D:

I have user typed "Customer Names" in Column C. I have a drop down list in Column D, which allows user to designate the customers as a "Partner" or a "Non-Partner"

I have a color coded conditional formatting on Sheet 1 working properly based on "Partner"(green) or "No Partner."(red)

Example
ABC Co. - Partner (results in Green cell )
XYZ Co - Non-Partner (results in Red Cell)

Sheet 2 ( Issues lies here)

Columns G-J contains a drop down list generated from the Customer List in Sheet 1 (Sheet 1Column C) This is working properly

What I want:

On Sheet 2 when the user selects a customer from the drop down list I want the same color coded conditional formatting based on "partner vs non-partner" from Sheet1 Column D.

Thank you for any help.
 

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.
Try this conditional formatting rule in Column G on sheet 2 (assumes your data starts from G2):

Green rule: =VLOOKUP(G2,Sheet1!C:D,2,0)="Partner"

Red rule: =VLOOKUP(G2,Sheet1!C:D,2,0)="No Partner"
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,673
Members
449,179
Latest member
fcarfagna

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