About 87,900 results
Open links in new tab
  1. VBA code to find number in string for a range of cells

    Oct 6, 2020 · I need to create a macro to get the numbers from a string in cells a1:a200 and put just the numeric value in b2:b200. I am using excel 2010 and do not have the GetNumeric …

  2. Finding numbers in text string [SOLVED] - Excel Help Forum

    Feb 17, 2014 · Re: Finding numbers in text string Originally Posted by Henry c Zbor, the number will always be 8 digits I think I can get away with the more simple one, but thanks Well, you …

  3. Return the row number of a Cell that contains specific text

    Jan 22, 2009 · Hi, How to make a VBA code that would search for specific text in Columns A and return the row number of that cell? Many thanks in advance Regards,

  4. vba find first set of numbers in a string ignoring any subsequent

    Oct 27, 2018 · Hi, I'm looking for a solution to the following issue please. I am importing data into excel from a web application where some of the data is in "free text" format. I am trying to …

  5. Extracting numbers from at end of a string - MrExcel

    Jul 4, 2022 · Hello, I am trying to find a formula that will extract the numbers at the end of a string. Sometimes the numbers will be 1, 2, 3, 4 or more. I tried using this ...

  6. [solved] Find the last numeric position in a text string - Excel Help …

    Jan 15, 2022 · Re: Find the last numeric position in a text string As Ali says, the formula works perfectly. BUT you do need to array enter it.

  7. Function for finding first numeric in a text string - MrExcel

    Aug 8, 2003 · I have a text string, i.e. MAIIA0045879 the first numberic charcter, from the left, would be 0 (zero) at position 6 Is there a function that will find the first numeric character …

  8. Extract 5 digit number from string | MrExcel Message Board

    Mar 12, 2006 · Hello, I need to extract a set of 5 numbers from a string of characters. The number set I need is always 5 digits long, always starts with a 1, and always begins after a period. But …

  9. Find and return 10-digit number from string - MrExcel

    Jul 25, 2011 · Hey all, I am working with data where I need to extract a 10-digit number from a string. Where the 10-digit number is in the string varies, so I can't use a simple left/len …

  10. Find text string Across Multiple Cells in a Row - MrExcel

    Jun 20, 2012 · Hi, I want to see if a text string is contained in any the text in any cell in a row i tried : =FIND("gift",A3:U3,1) Did not work. I tried defining a name for the range and putting it where …