Conditional Formatting if 2 cell match

Vod0

New Member
Joined
Mar 28, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
Trying to get a row to become green/red if it matches 2 cells in another row, to confirm if its present or not in the other sheets.

If there is a match in Table 1 or 2 that is equal to A4 and E4, then I want A4:F4 to turn green, Table 1 and 2 retrieve data from other sheets in the same Excel document and are to be used to confirm that what appears in the table A:F has been added to the various tables. G4 was another attempt to run an Index Match formal that returned "True/False" to then be able to do Conditional formatting based on that value but didn't get it to work.

Table 1 and 2 are exactly the same, only I tried to find out which direction I needed to have for it to work.


1659889883117.png
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Would like it to be like this:
(It cant find E6 in table 1/2, dosent need the "MISSING" text)
1659900031863.png
 
Upvote 0
Found a solution.

=IF(AND(A4=$Q$4),MATCH(E4,$R$4:$CT$4,0))

(x 7, one for each day)

1659934239142.png
 
Upvote 0
Solution

Forum statistics

Threads
1,214,936
Messages
6,122,340
Members
449,079
Latest member
rocketslinger

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