Hi all,
I'm trying to highlight a row if a person has two different types of HSA plan. The list has other plan names, so I'm unable to use a unique highlight rule in conditional formatting. I've tried =COUNTIFS($A$2:$A$3000,$A3,$C$2:$C$3000,"*HSA - F*",$C$2:$C$3000,"*HSA - EE*") but it didn't work. I'm sure I'm missing something simple, but basically, I just want to have a formula that looks for the person's employee number in column A and then highlights if they have both types of HSA plans listed in column C. All help is greatly appreciated!!
I'm trying to highlight a row if a person has two different types of HSA plan. The list has other plan names, so I'm unable to use a unique highlight rule in conditional formatting. I've tried =COUNTIFS($A$2:$A$3000,$A3,$C$2:$C$3000,"*HSA - F*",$C$2:$C$3000,"*HSA - EE*") but it didn't work. I'm sure I'm missing something simple, but basically, I just want to have a formula that looks for the person's employee number in column A and then highlights if they have both types of HSA plans listed in column C. All help is greatly appreciated!!
Book2 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Employee Number | Employee Name | Plan Name | ||
2 | 12345 | Smith, John | HSA - Family | ||
3 | 67890 | Smith, John | HSA - EE Only | ||
Sheet1 |