Results 1 to 12 of 12

Search a column for up to 30 words then insert a different word in a separate column

Threaded View

  1. #9
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Search a column for up to 30 words then insert a different word in a separate column

    Okay, look at this example.
    I added Sheet2 which has Table1 with Name/Chemical/EPA Number

    On Sheet1, D1, I put this formula. It looks for the value in C1 in Table 1 Column A. If it finds it, it returns the value in the same row in Col B. Copy that formula all the way down the data page.

    =IFERROR(VLOOKUP(C1,Table1,2,FALSE),"")

    In E1 is a similar formula but returning the value from the 3rd column (C)

    =IFERROR(VLOOKUP(C1,Table1,3,FALSE),"")
    Are you looking for something like that to work with?
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 07-15-2014, 03:42 PM
  2. macro if data in column a = set word to insert that column into sheet 2 or 3 based on word
    By ExcelBeginner326 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 05-13-2014, 01:57 PM
  3. [SOLVED] How to search for text within a column and return a value in a separate column
    By hulayogi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-19-2013, 10:34 PM
  4. Replies: 2
    Last Post: 04-29-2011, 10:53 AM
  5. Insert word prior to column of words
    By Owen19102003 in forum Excel General
    Replies: 2
    Last Post: 06-24-2008, 01:41 PM

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