+ Reply to Thread
Results 1 to 5 of 5

Vlookup sheets

  1. #1
    Registered User
    Join Date
    05-15-2008
    Posts
    2

    Vlookup sheets

    Hello guys,
    i would be greatful for some advice.
    I have excel file with 3 sheets in it filled with some data.
    Sheet 1 is data from 2 years ago,sheet 2 is from 1 year ago and sheet 3 is data from now.
    Field A in every sheet contains some number that is either smaller or bigger from the number in field A in other sheets , so this is some value that is changing through some time.
    Now I inserted sheet 4 in which I would like to somehow see in column A values from column A from sheet 1 column A, in column B values from column B sheet 2 and so on...
    Anyone ?

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480
    Quote Originally Posted by tonijel
    Hello guys,
    i would be greatful for some advice.
    I have excel file with 3 sheets in it filled with some data.
    Sheet 1 is data from 2 years ago,sheet 2 is from 1 year ago and sheet 3 is data from now.
    Field A in every sheet contains some number that is either smaller or bigger from the number in field A in other sheets , so this is some value that is changing through some time.
    Now I inserted sheet 4 in which I would like to somehow see in column A values from column A from sheet 1 column A, in column B values from column B sheet 2 and so on...
    Anyone ?
    Check out this example on Vlookup other sheets
    http://www.excelforum.com/attachment...1&d=1184905994

  3. #3
    Registered User
    Join Date
    05-15-2008
    Posts
    2
    Hi Dave,
    thanks for replying .
    I think your suggestion will help me.
    Could you please clearify me meanings of bold and underlined numbers in sheet1 ,function in C2 = VLOOKUP($A$2;Sheet2!$A$1:$C$5;2;FALSE)
    and in C3 is
    VLOOKUP($A$2;Sheet2!$A$1:$C$5;3;FALSE)

  4. #4
    Registered User
    Join Date
    04-24-2007
    Posts
    46
    The numbers you have underlined signify which column the vlookup is pulling information from. For instance.. if you have Column A, B, C, and D in your Table Array, then Column A = 1, Column B = 2, Column C = 3, and Column D = 4.

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480
    Quote Originally Posted by tonijel
    Hi Dave,
    thanks for replying .
    I think your suggestion will help me.
    Could you please clearify me meanings of bold and underlined numbers in sheet1 ,function in C2 = VLOOKUP($A$2;Sheet2!$A$1:$C$5;2;FALSE)
    and in C3 is
    VLOOKUP($A$2;Sheet2!$A$1:$C$5;3;FALSE)
    $A$2 is the criteria to lookup
    Sheet2!$A$1:$C$5 is the entire data range
    2 is the # of columns in that data range you want to display

+ 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