robtyketto
Board Regular
- Joined
- Oct 25, 2006
- Messages
- 111
Greetings,
I have a column with values and I change the fill using a set of conditional formatting rules with the criteria below (well as much as I can remember from work, so these are not the exact values but the same principle)
This works fine, however instead of having xx rules I was trying to see if a single function would search a column for a number of wildcard values and highlight them.
I cant use arrays, so they are out of the picture.
I thought using COUNTIFS to specificy multiple criteria e.g. =COUNTIFS(A1:A100,"*AA*",A1:A100,"*AB*") this didn't work.
Can I have one conditional formatting rule to trigger where text is like "*AA*", "*AB*", "*AC*" etc..,?
Not posted here in ages, brings back memories when I used to post more frequently when first started to use excel in the mid-late 90's!
I have a column with values and I change the fill using a set of conditional formatting rules with the criteria below (well as much as I can remember from work, so these are not the exact values but the same principle)
Excel Formula:
=COUNTIF(A1:A100, "*AA*")
=COUNTIF(A1:A100, "*AB*")
=COUNTIF(A1:A100, "*AC*")
I cant use arrays, so they are out of the picture.
I thought using COUNTIFS to specificy multiple criteria e.g. =COUNTIFS(A1:A100,"*AA*",A1:A100,"*AB*") this didn't work.
Can I have one conditional formatting rule to trigger where text is like "*AA*", "*AB*", "*AC*" etc..,?
Not posted here in ages, brings back memories when I used to post more frequently when first started to use excel in the mid-late 90's!