Conditional Formatting referencing multiple sheets

worlockb

New Member
Joined
Nov 9, 2019
Messages
4
https://drive.google.com/file/d/1lXfnDfZNhTXRkafUyrZOM8PgLc5tzHWm/view?usp=sharing

Hi Excel Users!

I need some assistance in having a formula created that will highlight a cell red when the following conditions are met, however, some of the information is on different sheet tabs.

On Saturday Schedule tab, I need the employee name (column's F and K to be highlighted if the Saturday (Cell B2 & G2) matches the Employee Name and Saturday (Column B and Column H) on the Scheduled Time Off tab. That will alert that they are unable to work that Saturday.

I appreciate your help!

Thanks.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Select F4:F10 > conditional formatting > New rule > use a formula > use
=ISNUMBER(MATCH(F4&"|"&$B$2,INDEX(Agents&"|"&Saturday,0),0))
Select your format > OK

and then the same for K4:K10 & use
=ISNUMBER(MATCH(K4&"|"&$G$2,INDEX(Agents&"|"&Saturday,0),0))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,343
Messages
6,124,400
Members
449,156
Latest member
LSchleppi

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