Technovice
New Member
- Joined
- Jan 12, 2023
- Messages
- 6
- Office Version
- 2019
- Platform
- Windows
Hello,
I need some assistance with conditional formatting whilst using the index and match function. I would like cells in table 2 (on the right) to change colour when the first and second columns align with the boxes marked with X in the table on the left. I have managed to do this for cells in columns H and I where there is a single word, but it won't work for cells where there are multiple entries separated by a comma.
As an example, the formula I have used to match in conditional formatting for entries in column H to Column J (orange color) is: =IF(INDEX($A$2:$F$7,MATCH($H2,$A$2:$A$7,0),2)="X","TRUE")
To match Column I to column J (blue color), the formula is:
=IF(INDEX($A$2:$F$7,MATCH($I2,$A$2:$A$7,0),2)="X","TRUE")
I have been unable to get the formula to recognize when a word from column A is is present but separated by a comma in column I (e.g. in I10)
Any assistance would be greatly appreciated.
I need some assistance with conditional formatting whilst using the index and match function. I would like cells in table 2 (on the right) to change colour when the first and second columns align with the boxes marked with X in the table on the left. I have managed to do this for cells in columns H and I where there is a single word, but it won't work for cells where there are multiple entries separated by a comma.
As an example, the formula I have used to match in conditional formatting for entries in column H to Column J (orange color) is: =IF(INDEX($A$2:$F$7,MATCH($H2,$A$2:$A$7,0),2)="X","TRUE")
To match Column I to column J (blue color), the formula is:
=IF(INDEX($A$2:$F$7,MATCH($I2,$A$2:$A$7,0),2)="X","TRUE")
I have been unable to get the formula to recognize when a word from column A is is present but separated by a comma in column I (e.g. in I10)
Any assistance would be greatly appreciated.