How to extract number only from a text in Excel

The following long formula can help you to extract only the numbers from the text strings, please do as this: Select a blank cell where you want to output the extracted number, then type this formula:  =SUMPRODUCT(MID(0&A5, LARGE(INDEX(ISNUMBER(–MID(A5, ROW(INDIRECT(“1:”&LEN(A5))), 1)) * ROW(INDIRECT(“1:”&LEN(A5))), 0), ROW(INDIRECT(“1:”&LEN(A5))))+1, 1) *10^ROW(INDIRECT(“1:”&LEN(A5)))/10)  and then drag the fill handle to fill the […]

BMI Calculator

Calculate Your Body Mass Index. Body mass  index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. Enter your weight and height using standard or metric measures.