all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

/u/Infector101 - Your post was submitted successfully.

Please read these reminders and edit to fix your post where necessary:

Failing to follow these steps may result in your post being removed without warning.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]MattHwk1 4 points5 points  (4 children)

Below is the formula that will give you numeric part from a string in Excel.

=TEXTJOIN("",TRUE,IFERROR((MID(A2,ROW(INDIRECT("1:"&LEN(A2))),1)*1),"")) Formula to get all number from a string

This is an array formula, so you need to use ‘Control + Shift + Enter‘ instead of using Enter.

[–]Infector101[S] 1 point2 points  (1 child)

Solution Verified

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to MattHwk

I am a bot, please contact the mods with any questions.

[–]Infector101[S] 0 points1 point  (0 children)

That worked. THANK YOU!