+ Reply to Thread
Results 1 to 2 of 2

Formula Problems

  1. #1
    Registered User
    Join Date
    08-15-2006
    Posts
    71

    Formula Problems

    Hi,

    I am trying to set up a formula where I am trying to fine a specific # (i.e:20675) in Column A in another workbook. Once that value is found, I need to extract the values that is within that ROW. So for example: if I found the value "20675" in cell A62, then I would need find whatever value is in C62 (within that same row) and extract it.

    Thanks in advace for any help.

    Calli

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Think this might work for you. Say cell A1 has the # 20675 then enter this in cell B1

    =VLOOKUP(A1,Sheet2!$A:$C,3,FALSE)

    The formula

    looks at A1 which is 20675
    then looks at sheet2 columns A to C. Change sheet name if yours is different.
    When it matches 20675 it returns value column 3

    Learn more about vlookups from the below link

    http://www.techonthenet.com/excel/formulas/vlookup.php

    VBA Noob

+ Reply to Thread

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.6.0 RC 1