Google sheets: Compare cell value in sheet 1 to cell values in a column of sheet 2

风格不统一 提交于 2019-12-12 03:29:37

问题


I have a 2 worksheets within a single file. Col A in each sheet has a list of websites. When I enter a new website to col A of sheet 1, I need it to compare the entry to the list on sheet 2.

If the same website is listed on sheet 2, I need the new entry to be marked in some way - red background, bolded, whatever.

What it should look like:

Sheet 1: https://i.gyazo.com/07667520bc0f58a1dd2547405545eb5e.png

Sheet 2: https://i.gyazo.com/a524832a9cb96e35bd2981e95e5c1edf.png

Stackoverflow is listed on sheet 2, so when it's added to sheet 1 it's marked with red.

I've been Googling and checking SO threads for about an hour, but I can't even begin to figure this out. I have very little experience with this stuff.

Any help appreciated. Thanks!


回答1:


It may be possible with Format>Conditional Formatting then set a Rule for formatting, there are many options including cell value 'equal to' It should work.



来源:https://stackoverflow.com/questions/41508390/google-sheets-compare-cell-value-in-sheet-1-to-cell-values-in-a-column-of-sheet

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