timburbidge
New Member
- Joined
- May 16, 2005
- Messages
- 23
Hi All
I'm looking for a formula/VBA code which will look through a range of values eg
T1Bc2
T1Ba1
T1Ba1
T1Ad1
T2Ea2
T2Ea2
T1Ab1
T1Ac1
T1Ba2
T1Ac3
T2Ea4
T2Ec4
T1Bb2
T1Ab2
T1Ab2
T1Ab2
T1Ab2
T1Ac1
T1Bc2
and return those values which appear more than once. So, if T1Ab2 appears 3 times, the result would be T1Ab2 = 2. Or, if none of the codes are duplicated, the result would be a nil return
Thanks very much
Tim
I'm looking for a formula/VBA code which will look through a range of values eg
T1Bc2
T1Ba1
T1Ba1
T1Ad1
T2Ea2
T2Ea2
T1Ab1
T1Ac1
T1Ba2
T1Ac3
T2Ea4
T2Ec4
T1Bb2
T1Ab2
T1Ab2
T1Ab2
T1Ab2
T1Ac1
T1Bc2
and return those values which appear more than once. So, if T1Ab2 appears 3 times, the result would be T1Ab2 = 2. Or, if none of the codes are duplicated, the result would be a nil return
Thanks very much
Tim