About 203,000 results
Open links in new tab
  1. Formula to extract numbers from a text string - Stack Overflow

    Apr 26, 2017 · How could I extract only the numbers from a text string in Excel or Google Sheets? For example: A1 - a1b23eg67 A2 - 15dgrgr156 Result desired is B1 - 12367 B2 - 15156

  2. Extract fixed length number from Excel cell - Stack Overflow

    Jun 21, 2020 · Some similarly-named threads for this, but still couldn't solve my problem. I need to extract a fixed-length NUMBER value from an Excel string (8 digits in my scenario). Following …

  3. Extract number from the end of text string in Excel

    Nov 16, 2024 · Also, could not test in older versions for the formulas those support, probably it doesn't need the commitment of CTRL + SHIFT + ENTER while exiting the edit mode. Black …

  4. Extract numbers from excel cell with mixed text - Stack Overflow

    Oct 30, 2023 · I am trying to create a function to extract numbers from a excel cell text and apply some logic to the number. I have gone through a lot of youtube videos and google article to …

  5. excel - How to extract the six digit number in a cell string? - Stack ...

    Dec 22, 2017 · If you know the string contains only one integer (& that integer is 6-d), or that the 6-d integer will always be the first integer in the string, this works great, since it simply looks …

  6. How to extract numbers from a text string in VBA [duplicate]

    I need to extract the numbers from a string of text and I'm not quite sure how to do it. The code I've attached below is very preliminary and most likely can be done more elegantly.

  7. excel - I have a formula that pulls four-digit numbers from a string …

    Jul 13, 2019 · I already tried a formula adjusted from the top answer on this thread: Excel: How to extract only the 6 digit number present in a cell string? For this text in a cell: "Test 1 military …

  8. excel - Get the first and last number occuring in a (text) string in a ...

    Jul 6, 2024 · In Column B I want to extract the first number occuring in the strings in Column A. In Column C I want to extract the last number occurring in the strings in Column A. I tried to apply …

  9. excel - Extract last number from text string - Stack Overflow

    Sep 25, 2013 · I have the following text in cells A1:A13. I would like to extract the last number from the string. As you can see, some strings contain several numbers, some with leading …

  10. Excel: Extract a sequence of n numbers from a string with a formula

    Mar 16, 2023 · I have a cell in excel which holds a 6 digit number which I need to extract. That cell may contain stings or other numbers but fortunately no other number of 6 digits. (spacing, …