ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Extract number in middle of cell (https://www.excelbanter.com/excel-worksheet-functions/29988-extract-number-middle-cell.html)

SCOOBYDOO

Extract number in middle of cell
 
Hi, does anyone know how I extract a number if it appears in the middle of a
cell but not necessarily at the same point in i.e. 'buy 35 products', 'sell
40 products'. Thanks in anticipation ; )

Jason Morin

Given your examples, you could use:

=MID(A1,FIND(" ",A1)+1,FIND(" ",A1,FIND(" ",A1)+1)-FIND(" ",A1)-1)*1

Test it on several other examples. It may fail if your other examples don't
follow a similar pattern.

HTH
Jason
Atlanta, GA

"SCOOBYDOO" wrote:

Hi, does anyone know how I extract a number if it appears in the middle of a
cell but not necessarily at the same point in i.e. 'buy 35 products', 'sell
40 products'. Thanks in anticipation ; )


N Harkawat

=--MID(A1,FIND(" ",A1)+1,FIND("^",SUBSTITUTE(A1," ","^",2))-FIND(" ",A1)-1)
provided your cell always contains text then a space then number and then a
space

"SCOOBYDOO" wrote in message
...
Hi, does anyone know how I extract a number if it appears in the middle of
a
cell but not necessarily at the same point in i.e. 'buy 35 products',
'sell
40 products'. Thanks in anticipation ; )





All times are GMT +1. The time now is 07:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com