2 responses
Well, if our partnumber is a standardized length, you could test it with LEN, then subtract the number of digits your partnumber is? Would that work. So as in the following:
A1 has "partname0012345678"
If cell B1 had =Len(A1), it would display 18. So then take cell C1, and have it look at =Left(A1,B1-10).
Give that A go!
I have said it once, I will say it again. IT!
A1 has "partname0012345678"
If cell B1 had =Len(A1), it would display 18. So then take cell C1, and have it look at =Left(A1,B1-10).
Give that A go!
I have said it once, I will say it again. IT!