Forum Discussion

bobby24's avatar
bobby24
Copper Contributor
Jan 16, 2020

Extracting Numbers in middle of paragraph

Hey everyone! 

I am using this formula to extract numbers in the middle of a sentence or paragraph, however, it is only extracting two of my numbers and leaving the third one all zeros. 

 

Example: "I am trying to extract these numbers in this sentence 02060874,02270190,02345347 using this formula."

My Return: 20608740227019000000000

 

=SUMPRODUCT(MID(0&A25, LARGE(INDEX(ISNUMBER(--MID(A25, ROW(INDIRECT("1:"&LEN(A25))), 1)) * ROW(INDIRECT("1:"&LEN(A25))), 0), ROW(INDIRECT("1:"&LEN(A25))))+1, 1) * 10^ROW(INDIRECT("1:"&LEN(A25)))/10)

 

Can someone help me adjust this so I am able to pull the third number? 

2 Replies

Resources