Jeffrey Green
Well-known Member
- Joined
- Oct 24, 2007
- Messages
- 1,021
I deal with VINS all the time. Example, [TABLE="width: 104"]
<tbody>[TR]
[TD="class: xl65, width: 104"]3FA6P0G73HR402900. i need to parse that out and bring in position 5,6,7,8 and 10 into a new cell, preceded by "VIN".
I usually just enter ="VIN"&Mid(A1,5,4)&MiD(A1,10,1), to give me VINP0G7H.
(The VIN isnt always in column A . . . but it will be in the column one to the left)
That gets old, real quick. Any chance of getting a UDF for this? thanks a bunch . . .
Jeff[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD="class: xl65, width: 104"]3FA6P0G73HR402900. i need to parse that out and bring in position 5,6,7,8 and 10 into a new cell, preceded by "VIN".
I usually just enter ="VIN"&Mid(A1,5,4)&MiD(A1,10,1), to give me VINP0G7H.
(The VIN isnt always in column A . . . but it will be in the column one to the left)
That gets old, real quick. Any chance of getting a UDF for this? thanks a bunch . . .
Jeff[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: