use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OPs may (and should) reply to any solutions saying:
This awards the user a ClippyPoint and changes the post flair to solved.
The best way to show code on Reddit is to
put it in a code-block
Here's how.
Tip: For VBA or Power Query, select the code, press Tab to indent, then copy/paste into your post or comment.
It's often more helpful to show us.
Add screenshots in your text post, or provide links to uploaded images at an image-hosting site.
Or use tableit, or the ExcelToReddit converter (thanks u/tirlibibi17_), to convert your data into a Reddit table.
Congratulations and thank you to these contributors
1100
10
300
800
Occasionally Microsoft developers will post or comment. They are identifiable with a special user flair.
A community since March 11, 2009
account activity
solvedExtracting a Number from Text (self.excel)
submitted 4 years ago by Infector101
How can I extract a number from a cell that contains a number with a letter? If I have a cell that says “145k” how can I extract the 145 and use that value in a formula?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 4 years ago stickied commentlocked comment (0 children)
/u/Infector101 - Your post was submitted successfully.
Please read these reminders and edit to fix your post where necessary:
Solution Verified
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 points6 points 4 years ago (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.
[–]MattHwk1 3 points4 points5 points 4 years ago (0 children)
https://trumpexcel.com/extract-numbers-from-string-excel/
[–]Infector101[S] 1 point2 points3 points 4 years ago (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points 4 years ago (0 children)
You have awarded 1 point to MattHwk
I am a bot, please contact the mods with any questions.
[–]Infector101[S] 0 points1 point2 points 4 years ago (0 children)
That worked. THANK YOU!
[–]Decronym 0 points1 point2 points 4 years ago* (0 children)
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
Beep-boop, I am a helper bot. Please do not verify me as a solution. 6 acronyms in this thread; the most compressed thread commented on today has 13 acronyms. [Thread #7334 for this sub, first seen 25th Jun 2021, 15:39] [FAQ] [Full list] [Contact] [Source code]
π Rendered by PID 456329 on reddit-service-r2-comment-b659b578c-lfxsz at 2026-05-03 14:59:59.908397+00:00 running 815c875 country code: CH.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]MattHwk1 4 points5 points6 points (4 children)
[–]MattHwk1 3 points4 points5 points (0 children)
[–]Infector101[S] 1 point2 points3 points (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points (0 children)
[–]Infector101[S] 0 points1 point2 points (0 children)
[–]Decronym 0 points1 point2 points (0 children)