About 52,900 results
Open links in new tab
  1. Excel vba Extract specific text from a cell containing multiple line

    Nov 5, 2014 · Sometime First Name is Line 2 in one cell and Line 20 in another cell Appreciate if please someone give me VBA code 1. run through the loop to read all populated cells in Col D 2. Extract …

  2. Extract text string fromcell based on multiple criteria

    Mar 7, 2017 · Hi, I'm looking for a solution for the following issue. I need to extract a specific text string from a cell and return a value that belongs to the found text string. Let me be more specific. I hava a …

  3. Parse Json values in Excel cells | MrExcel Message Board

    Dec 12, 2016 · Or we can extract specific items in any way we want using VBA to go through the text and pull out whatever we want it to. We can use any combination of these approaches together if we …

  4. VBA script: Extracting specific text from a word document and

    Jan 26, 2018 · I am trying to extract specific information from many word documents and put them in a common excel table. I attached a sample screenshot of what each word document looks like and …

  5. Formula to return text only from left of string until first ... - MrExcel

    May 13, 2013 · Hi, Your formula has me almost there... I needed to extract the text, which I was able to do using the above. If I want to get everything to the right of said text (in my case it is all numbers), …

  6. How to extract a number before a specific word in a string of text

    Jul 18, 2011 · I am trying to extract the numbers out of numerous rows of text. The number placement varies, although it is always before the 'LBS' units. I have read many posting and tried many formulas …

  7. Finding and Extracting info from wrapped text cell - MrExcel

    Dec 13, 2010 · Which version of excel are you using? I have Office 2010 and it can filter them even though the text is wrapped. Possible solution: Can you parse the column into multiple columns using …

  8. How to extract text between multiple dashes? - MrExcel

    Oct 6, 2021 · Looking for a formula to extract text from between the 2nd and 3rd dash ("-"). Example: Create a formula to extract the word "pear" apple-orange-pear-guava But ONLY using the functions …

  9. Extracting string from PDF and inserting into Excel using VBA

    Mar 23, 2022 · To in fact select that string and the following characters and copy that to excel? OPTION 2 The other solution I tried was what I found on this forum from people with similar problems: Extract …

  10. retrieve a Cell value from multiple files - MrExcel

    Oct 9, 2002 · I have a folder with approximately 24,000 files. I need to be able to retrieve the value of Cell G8 for each of these files and paste it and the file name into a excel spreadsheet is it possible to …