I wish to split the contents of one cell into 3 cells as follows;
Cell A1 contains (15 digits)
I wish to put the first 7 digits into B1 =left(a1,7) last 3 digits in D1 =right(A1,3) how do I put digits 8 to 12 (5 digits) into cell C1?
I know I could put the contents of A1 less the last three digits into another cell and return Right 5. Is there another way referencing only cell A1?
Ian
Cell A1 contains (15 digits)
I wish to put the first 7 digits into B1 =left(a1,7) last 3 digits in D1 =right(A1,3) how do I put digits 8 to 12 (5 digits) into cell C1?
I know I could put the contents of A1 less the last three digits into another cell and return Right 5. Is there another way referencing only cell A1?
Ian