+ Reply to Thread
Results 1 to 4 of 4

Thread: Lookup??

  1. #1
    Registered User
    Join Date
    10-15-2008
    Location
    Lincolnshire
    Posts
    51

    Lookup??

    I am trying to find "Question Eight", "Question Nine", and "Interest" in a column that grows with data. I am having trouble using a vlookup to retreive the answers to these questions once the data has changed and there cell ref has moved. Can anyone please help with a lookup so that I can find these in a list of updated data.

    Many thanks

  2. #2
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    9,505

    Re: Lookup??

    To get the row number of the first instance of a specific entry try a formula like this:

    =MATCH("Interest",A:A,0)

    assuming you know the data is in column A

  3. #3
    Registered User
    Join Date
    10-15-2008
    Location
    Lincolnshire
    Posts
    51

    Re: Lookup??

    Thanks daddylonglegs.

    What I need though is where any of the criteria are found in column A to return the value in column D. Will this work for this?

  4. #4
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    9,505

    Re: Lookup??

    If you want to find the first instance of "Interest" in column A and then return the value from D you can use VLOOKUP, i.e.

    =VLOOKUP("Interest",A:D,4,0)

    ...or do you have multiple matches with "Interest"?

Thread Information

Users Browsing this Thread

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

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.2.0