Hey all, I am a beginner in the excel world, and I wanted to extract a number from a text cell, the problem is that the numbers contains decimal as well,
e.g. BRAVO 1.5L LIQUID DETERGENT to be (1.5)
what i used was this below formula
=SUMPRODUCT(MID(0&A21,LARGE(INDEX(ISNUMBER(--MID(A21,ROW($1:$30),1))* ROW($1:$30),0),ROW($1:$30))+1,1)*10^ROW($1:$30)/10)
And that extracted the number to be (15) ....
Need help to make the formula recognize the decimal points???
e.g. BRAVO 1.5L LIQUID DETERGENT to be (1.5)
what i used was this below formula
=SUMPRODUCT(MID(0&A21,LARGE(INDEX(ISNUMBER(--MID(A21,ROW($1:$30),1))* ROW($1:$30),0),ROW($1:$30))+1,1)*10^ROW($1:$30)/10)
And that extracted the number to be (15) ....
Need help to make the formula recognize the decimal points???