Extract numbers from text
To extract numbers from a text string, you can use a clever formula based on the TEXTSPLIT and TOROW functions. In the worksheet shown, the formula in cell C5 is: =DROP(TOROW(TEXTSPLIT(B5," ")+0,2),,1) As the formula is copied down, it extracts the …Read more