Conditional formatting on cell with index match match formula

melibop2

New Member
Joined
Jun 18, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I have two tabs in one excel spreadsheet. The first tab has a different participant in each row and the columns are each step in a process with a date completed or a Y/N. The second tab is the data from tab 1 pulled in and reformatted to show one patient at a time using index match match:
=INDEX('PT MPK'!B4:CZ468,MATCH('PARTICIPANT TRACKER'!B3,'PT MPK'!C4:C56,0),MATCH('PARTICIPANT TRACKER'!B5,'PT MPK'!B3:CQ3,0))

I want to conditionally format the second tab cells to highlight cells with blank result in yellow. The index match match formula is in each cell so none are technically empty.

Thanks!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
It shouldn't matter if the cell contains a formula - you can still highlight cells that are "blank"
Book1
AB
1HDR1HDR2
2A 
3AA
4B 
5BB
6BB
7A 
Sheet1
Cell Formulas
RangeFormula
B2,B5:B7B2=IF($A2="B","B","")
B3:B4B3=IF($A3="A","A","")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:B7Cellcontains a blank value textYES
 
Upvote 0
I figured it out! My formula was actually returning a 0 for cells that had no data. Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,106
Messages
6,123,124
Members
449,096
Latest member
provoking

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