Utradeshow
Well-known Member
- Joined
- Apr 26, 2004
- Messages
- 802
- Office Version
- 365
Hi All,
I am trying to do a match formula to trigger a conditional format.
In column A, I need to match the LEFT 14 characters and highlight if TRUE.
I have serial numbers with a Letter at the end. Sometimes they are missing the 15th letter so I need to isolate them.
I have this formula that doesn't seem to be working.
=SUMPRODUCT(--(LEFT($A$1:$A$1,14)=LEFT(A1,14)))>1
I am trying to do a match formula to trigger a conditional format.
In column A, I need to match the LEFT 14 characters and highlight if TRUE.
I have serial numbers with a Letter at the end. Sometimes they are missing the 15th letter so I need to isolate them.
I have this formula that doesn't seem to be working.
=SUMPRODUCT(--(LEFT($A$1:$A$1,14)=LEFT(A1,14)))>1