I know how to find duplicate cells by using conditional formatting
Is there a way to only search characters 3 to 6 in a string to find duplicates, not the whole text?![]()
=COUNTIF(A:A,A5>1
I know how to find duplicate cells by using conditional formatting
Is there a way to only search characters 3 to 6 in a string to find duplicates, not the whole text?![]()
=COUNTIF(A:A,A5>1
Last edited by snoopy1461; 04-01-2011 at 11:08 AM. Reason: Solved
Something like this:
=SUMPRODUCT(--(MID($A$1:$A$1000,3,4)=A5))
You can't use full column references in Sumproduct in Excel 2003.
Dom
"May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."
Use code tags when posting your VBA code: [code] Your code here [/code]
Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.
thanks alot for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks