+ Reply to Thread
Results 1 to 3 of 3

Extract specific value from rows

  1. #1
    Forum Contributor
    Join Date
    11-05-2014
    Location
    Charlotte
    MS-Off Ver
    2013
    Posts
    181

    Extract specific value from rows

    Hi All. I have a column that contains a project's attributes and I would like to extract a specific value from the attribute (specifically, whatever text comes right after the words "Project"). Is it possible to do this through VBA?

  2. #2
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Extract specific value from rows

    You can do it with a formula:

    =RIGHT(A1,LEN(A1)-(FIND("Project",A1)+6))

    Assuming A1 is the cell that contains the text.

    If there is a space after the word "Project" in the original text that you don't want to carry over change +6 to +7

  3. #3
    Forum Contributor
    Join Date
    11-05-2014
    Location
    Charlotte
    MS-Off Ver
    2013
    Posts
    181

    Re: Extract specific value from rows

    That would do it! Thanks!

+ 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. Extract rows to another sheet based on specific words + auto updates
    By scooter2012 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-13-2022, 09:17 PM
  2. [SOLVED] Extract specific text from string of multiple Rows.
    By mchilapur in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-13-2015, 01:30 AM
  3. VBA macro to extract specific rows and paste them onto a new sheet
    By zicitron in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-17-2013, 10:28 AM
  4. Macro to extract data from multiple workbooks, specific sheet, specific cells
    By crissandraauree in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-29-2012, 03:54 PM
  5. Extract specific ROWS (all info)
    By kalender in forum Excel General
    Replies: 2
    Last Post: 04-13-2011, 03:31 PM
  6. Macro Loop to Extract Specific Values and Min/Max Values From Column/Rows Range
    By ExcelQuestFL in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 12-19-2010, 09:19 AM
  7. Extract rows with specific text in a column
    By TroyB in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-25-2005, 01:06 AM

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