Excel Conditional Formatting Two lists on different spreadsheets

你。 提交于 2019-12-13 05:46:22

问题


I have two lists, List A and List B, on two different spreadsheets, that I need to compare and format.

List A is a reference list with two columns, Name and Type.
List B contains only one column, Name, and may contain some of the names in List A and not necessarily in that order.

With conditional formatting I want to use List A to format List B's names depending on the type specified for the name in the Type column in List A.

I have tried with some different formulas but not got it to work.

Let me know if something is not clear in my description of the problem!

Grateful for any help!


回答1:


Suppose if your list A are same worksheet as list B, will be easier.

For your case you need to name List A as below (I named it as List):

Then go to List B Select the Range you want to apply Conditional Formatting. Then Add 3 rules as below:

The formula are like below :

The result will like below :

Hope this help!



来源:https://stackoverflow.com/questions/34005669/excel-conditional-formatting-two-lists-on-different-spreadsheets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!