Conditional Formatting Rule in Google Sheets

Shazir

Banned - Rules violations
Joined
Jul 28, 2020
Messages
94
Office Version
  1. 365
Platform
  1. Windows
I am using below formula that is working fine on same sheet to highlight the row where found "Terminated".

=$E3="Terminate"

But when i apply below formula based on the values of another sheet where found "Terminated" then it does not work.

=Leave Data!$E3="Terminate"

I want to highlight the same row for both sheets. Where Leave Data!$E3="Terminate".

Can someone please share a solution to this question.
 
Last edited:

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Try
Excel Formula:
='Leave Data'!$E3="Terminate"
you need to wrap the sheet name in single quotes if it contains a space.
 
Upvote 0
Using this on google sheet where receiving this error.

Conditional format rule cannot reference a different sheet.
 
Upvote 0
Apologies and thanks for moving it to the right place.
 
Upvote 0
As I know nothing about Sheets, I'm afraid I cannot help.
 
Upvote 0
I was obviously answering from an Excel standpoint, before it was determined this is a Google Sheets question.
As I have never used Google Sheets, unfortunately I have nothing to add.
 
Upvote 0

Forum statistics

Threads
1,223,631
Messages
6,173,465
Members
452,516
Latest member
archcalx

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