Hi all,
I'm working with a list where I need to catch anyone who isn't meeting a requirement. In short, the requirement is that if you are enrolled in "ABC" plan then you also have to be enrolled in "DEF" plan. So if a person is correct with their enrollment, they will have more than one line listed in the report. What I want to do is have the cells in column A highlight for a person if they have ABC but don't have DEF. I've tried this formula in conditional formatting, but it isn't narrowing it down as I'd hoped. =AND(UNIQUE(A2:A3),C2,"*ABC*") I'm not sure if using unique is the way to go, so I'm open to all ideas/suggestions. Thank you in advance for your help!
In the example below, Jennifer Lopez's personnel number would be highlighted because she doesn't have both plans.
I'm working with a list where I need to catch anyone who isn't meeting a requirement. In short, the requirement is that if you are enrolled in "ABC" plan then you also have to be enrolled in "DEF" plan. So if a person is correct with their enrollment, they will have more than one line listed in the report. What I want to do is have the cells in column A highlight for a person if they have ABC but don't have DEF. I've tried this formula in conditional formatting, but it isn't narrowing it down as I'd hoped. =AND(UNIQUE(A2:A3),C2,"*ABC*") I'm not sure if using unique is the way to go, so I'm open to all ideas/suggestions. Thank you in advance for your help!
In the example below, Jennifer Lopez's personnel number would be highlighted because she doesn't have both plans.