Rebellion34
Technical User
Ok I am calling on the services of the code GURU's once again. I have written a formula for a project I am doing but have now hit a small roadblock. the code is:
IF(A2<"V111V9H7001E290",A2,CONCATENATE("",CODE("a")-87,MID(A2,3,1))),SUBSTITUTE("a","10a","10/")
the purpose of this code is to pick out the third digit of V1A1V9H7001E290 and convert it to a # value where 1-9 = 1-9 and A-C = 10-12i can get the 3 to generate but neet to lose the original letter that now shows as 10A. can you guys show me where I am going wrong?
thanks
IF(A2<"V111V9H7001E290",A2,CONCATENATE("",CODE("a")-87,MID(A2,3,1))),SUBSTITUTE("a","10a","10/")
the purpose of this code is to pick out the third digit of V1A1V9H7001E290 and convert it to a # value where 1-9 = 1-9 and A-C = 10-12i can get the 3 to generate but neet to lose the original letter that now shows as 10A. can you guys show me where I am going wrong?
thanks