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!
=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!