G Guest Jun 20, 2007 #1 If I have A100 in one cell, can I create a formula that would put "100" in the next cell? Thanks!
P Peo Sjoblom Jun 20, 2007 #2 If it is always one letter to the left it is easy =--MID(TRIM(A1),2,15) or if you want a text number =MID(TRIM(A1),2,255)
If it is always one letter to the left it is easy =--MID(TRIM(A1),2,15) or if you want a text number =MID(TRIM(A1),2,255)