JEH105
New Member
- Joined
- Oct 11, 2019
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Hello and help!
I am trying to set up a conditional formatting formula that highlights similar values in the same column (Column U) listed more than 2 times. The issue is that I need the formula to only match the text before the "/" character, since the number will always be unique.
Example: ABC Business, Inc. / #12345678
I tried this formula, but I'm guessing I'm doing something wrong since it didn't work:
Any help is appreciated, thank you!
I am trying to set up a conditional formatting formula that highlights similar values in the same column (Column U) listed more than 2 times. The issue is that I need the formula to only match the text before the "/" character, since the number will always be unique.
Example: ABC Business, Inc. / #12345678
I tried this formula, but I'm guessing I'm doing something wrong since it didn't work:
Excel Formula:
=COUNTIF(LEFT($U2,SEARCH("/",$U2)),$U2)>2
Any help is appreciated, thank you!