Skip to main content

How to conditional formatting based on another sheet in Google sheet?

If you want to apply the conditional formatting to highlight cells based on a list of data from another sheet as following screenshot shown in Google sheet, do you have any easy and good methods for solving it?

Conditional formatting to highlight cells based on a list from another sheet in Google Sheets


Conditional formatting to highlight cells based on a list from another sheet in Google Sheets

 

 

Please do with the following steps to finish this job:

1. Click Format > Conditional formatting, see screenshot:

2. In the Conditional format rules pane, please do the following operations:

(1.) Click button to select the column data that you want to highlight;

(2.) In the Format cells if drop-down list, please choose Custom formula is option, and then enter this formula: =match(C2,indirect("data list!A2:A"),0) into the text box;

(3.) Then select one formatting from the Formatting style as you need.

Note: In the above formula: C2 is the first cell of the column data that you want to highlight, and the data list!A2:A is the sheet name and list cells range which contains the criteria you want to highlight the cells based on.

3. And all the matching cells based on the list cells have been highlighted at once, then you should click the Done button to close the Conditional format rules pane as you need.

 

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

 

Comments (27)
Rated 5 out of 5 · 2 ratings
This comment was minimized by the moderator on the site
Hi! skyyang ! Thank you, =match(C2,indirect("data list!A2:A"),0) works for me.

But I would like to format more than one column, so column A in sheet a is checked against column B in sheet b , and so.
There are so many columns so I can not apply one format per column, but a whole conditional format for the whole sheet.


How should I modify the range and the formula?

Thanks!
This comment was minimized by the moderator on the site
What if the cell values you're trying to match are hyperlinks?
Rated 5 out of 5
This comment was minimized by the moderator on the site
Pardon, il fallait lire =A1<>INDIRECT("PreviousVersion!"& CHAR (COLUMN () + 64) & ROW ()) ...
This comment was minimized by the moderator on the site
Bonjour,
J'ai une autre question du même type au sujet d'un formatage conditionnel qui fonctionne sur Excel mais que je n'arrive pas à porter sur Google Sheet :
L'idée est de comparer 2 versions d'une même feuille que l'on stock à l'aide de 2 onglets (2 feuilles du même workbook)

La formule est la suivante : =A1<>'previousVersion'!A1 avec un formatage fond jaune pour mettre en évidence les changements sur toute la feuille car l'idée est d'appliquer ce
formatage conditionnel sur toutes les cellules de la feuille ($A$1:$V:1000)

Sur Google sheet cette formule m'est interdite et si je passe par un "indirect("previousVersion!A1"), je perds le coté dynamique sur le "A1" de la feuille precious version
Si j'essaye =A1<>indirect("previousVersion!"&A1) j'ai une erreur car c'est la valeur de A1 qui est interprétée et concaténée avec "previousVersion!"

Si j'essaye la formule =C3<>INDIRECT("PreviousVersion!"& CHAR (COLUMN () + 64) & ROW ()) cela ne fonctionne pas non plus....

Si vous avez une solution...
Merci d'avance
This comment was minimized by the moderator on the site
Bonjour,
Dans Feuille google je cherche la formule suivante
Si dans la cel A1 = text alors dans la Cel B1 ecire telle valeur ou texte automatiquement
Merci d avance pour votre aide
This comment was minimized by the moderator on the site
What if it's not an exact match but contains the reference data.
This comment was minimized by the moderator on the site
Hello, ashley
To solve your problem, please apply the below formula:
=REGEXMATCH(C2:C21,INDIRECT("Sheet2!$A$2"))

Please try, hope it can help you!
This comment was minimized by the moderator on the site
What happens if the data in my list is in more than one column? When I try to use datalist!A2:M or datalist!A:M or datalist!A2:M17 none of those work.
This comment was minimized by the moderator on the site
I have even tried naming the specific range I want to refer to and using that in the formula, no luck.
This comment was minimized by the moderator on the site
How to highlight the entire row data with conditional formatting using other sub-sheet
This comment was minimized by the moderator on the site
Hello, Ranganath
To highlight the entire row based on the data list, please do as this:
1. In the Apply to range box, select the whole sheet;
2. Apply this formula: =match($C2,indirect("datalist!A2:A"),0) into the Custom formula is textbox.
Please try, hope it can help you!

https://www.extendoffice.com/images/stories/comments/comment-skyyang/doc-highlight-entire-row.png
This comment was minimized by the moderator on the site
Hey, Thanks for replying. I have tried the formula but its not working.
Rated 5 out of 5
This comment was minimized by the moderator on the site
Hi,
Have you modified the sheet name and cell reference to your own data?
$C2 is the first cell of the column data that you want to highlight, and the datalist!A2:A is another sheet name and list range which contains the criteria you want to highlight the cells based on.
Please check them, thank you!
This comment was minimized by the moderator on the site
This doesn't work for me. I have triple checked everything.

Apply to range: K1:K2158

=match(K2,indirect("TorontoCitys!A1:A"),0)

It highlights random other city names, not in the TorontoCity's list.

K2 (is my main sheet and the starting column cell of the column I want to be affected.
TorontoCitys (is the name of the sheet)
A1 is the start of the column of the list of city names.
A is the column.

Could be that my punctuation's are incorrect?

Thanks in advance.
This comment was minimized by the moderator on the site
Hello friend,

Glad to help. Your formula is correct, please don't worry. The problem is the range you apply to. It shouldn't be K1:K2158, but K2:K2158.

Please see the screenshots. The example is simple but enough to explain the problem.

The correct "Apply to Range" is A2:A20. And the correct formula is =match(A2,indirect("TorontoCitys!A1:A"),0). Then correct cities can be highlighted. Please see screenshot 2.
But if I change the "Apply to Range" to A1:A20, the wrong city name is highlighted. Please see screenshot 3.

So please change your "Apply to Range" from K1:K2158 to K2:K2158. The problem should be solved. Looking forward to your reply.

Sincerely,
Mandy
This comment was minimized by the moderator on the site
how do you do this but with the entire row highlighted
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations