+ Reply to Thread
Results 1 to 12 of 12

Extracting specfic text Beign with filter using VBA , Need help

  1. #1
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Extracting specfic text Beign with filter using VBA , Need help

    Hi

    In column A have some details in that need to extract the test being with " VIA at xy "
    extracted value copied to Column B. Through VBA code
    excel attached .

    Manually fliting method is not comfortable to repeated process.
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Extracting specfic text Beign with filter using VBA , Need help

    Here is a formula that can work: =IF(ISNUMBER(SEARCH("VIA at xy",A1)),A1,"")
    Click the * to say thanks.

  3. #3
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Extracting specfic text Beign with filter using VBA , Need help

    Do you want to pull out " VIA at xy " or the numbers in parenthesis after that text. I.e, column B, row 39 = "(-140.0513 -29.2162) " ? or just " VIA at xy " ?

  4. #4
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Extracting specfic text Beign with filter using VBA , Need help

    I want (-140.0513 -29.2162)

  5. #5
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Extracting specfic text Beign with filter using VBA , Need help

    Try

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Extracting specfic text Beign with filter using VBA , Need help

    the value extracting , but I am looking extracted value copied like B1 B2 B3 etc. not a equal adjacent row.

  7. #7
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Extracting specfic text Beign with filter using VBA , Need help

    Please post a file with the expected result. I’m having trouble understanding your requirements.

  8. #8
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39
    Image attached for references, results starts from coloumn B1
    Attached Images Attached Images

  9. #9
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Extracting specfic text Beign with filter using VBA , Need help

    Give this code a try: I also entered the VDD value in column C and highlighted the first instance of each pair in red.

    Please Login or Register  to view this content.

  10. #10
    Registered User
    Join Date
    06-07-2021
    Location
    india
    MS-Off Ver
    2011
    Posts
    39

    Re: Extracting specfic text Beign with filter using VBA , Need help

    the above code not working, my excepted output entered manually in excel sheet please refer it. excel attached.

    in column A have via at xy and part of net name those remaining value extracted to column B &C
    Attached Files Attached Files

  11. #11
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Question Re: Extracting specfic text Beign with filter using VBA , Need help


    Hi,

    well elaborate at least your logic as for example the red color does not match the column A …

    And do you really need duplicates ?!

  12. #12
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: Extracting specfic text Beign with filter using VBA , Need help

    This code will populate B and C with each items information once. Let us know if thisis what you are expecting.

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I need to find a specfic text in a range of cells and return specfic text
    By ramjdmcmm in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-15-2016, 04:28 PM
  2. if text is in specific format then file other cells with specfic text
    By Louisa Venter in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2016, 02:45 PM
  3. Replies: 2
    Last Post: 09-25-2013, 03:17 AM
  4. I want to filter specfic words from the list of that I have
    By Kiran Kurapati in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-13-2013, 06:37 AM
  5. if find blank in specfic ranges then blank the specfic range cells
    By farrukh in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2012, 11:19 AM
  6. Highlight rows containing specfic text
    By djfatboyfats in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-21-2008, 09:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1