Number of characters to extract digital and mixed
Users questions: In a cell to have digital and mixed character, how to use the formula to extract the number in another cell? Such as: A1 = 5ABC8 extract into: 58A2 = 63ABC4 extract into: 634A3 = 92ABCABC extract into: 92A4 = ABCDEF88 mention Take into: 88A5 = ABC77ABC extract into: 77,
Experts answer: mainly the following formula: = IF (TYPE (MID (A1, 1,1) * 1) = 1, MID (A1, 1,1 ),"") see attachment. Accessories 2009 -10-21 example. Xls