Hello,
I'm having some trouble combining two Conditional Formatting rules to work across two columns instead of using them individually.
Currently, I'm using the following to highlight the cells in the Author and Series columns based on a named range (lstPreferred):
Used in Author column (D)
Used in Series column (E)
NOTE: I just discovered while drawing up this post that the xl2bb Add-in is not working right now. I'll need to troubleshoot this later...
In the meantime, here's my Sample Sheet that I'm using to TRY and combine the two to work independently... if possible:
I tried using the following in the Combined (test) column F to no avail:
I've tried playing around with the OR function but had undesired results as I couldn't figure it out.
Any help with on this would be greatly appreciated.
Thank you,
I'm having some trouble combining two Conditional Formatting rules to work across two columns instead of using them individually.
Currently, I'm using the following to highlight the cells in the Author and Series columns based on a named range (lstPreferred):
Used in Author column (D)
Excel Formula:
=SUM(COUNTIF($A2,"*"&lstPreferred&"*"))
Excel Formula:
=SUM(COUNTIF($B2,"*"&lstPreferred&"*"))
NOTE: I just discovered while drawing up this post that the xl2bb Add-in is not working right now. I'll need to troubleshoot this later...
In the meantime, here's my Sample Sheet that I'm using to TRY and combine the two to work independently... if possible:
I tried using the following in the Combined (test) column F to no avail:
Excel Formula:
=SUM(COUNTIFS($A2,"*"&lstPreferred&"*",$B2,"*"&lstPreferred&"*"))
Any help with on this would be greatly appreciated.
Thank you,