+ Reply to Thread
Results 1 to 8 of 8

Vlookup across multiple sheets

  1. #1
    Registered User
    Join Date
    09-12-2017
    Location
    Zagreb
    MS-Off Ver
    2013
    Posts
    17

    Vlookup across multiple sheets

    In D column in GENERAL sheet I need to get values from JAN sheet based on customer number and product number. sample worksheet attached.
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Vlookup across multiple sheets

    try
    =INDEX(JAN!D:D,MATCH(GENERAL!A2&GENERAL!B2,JAN!A:A&JAN!B:B,0))
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    09-12-2017
    Location
    Zagreb
    MS-Off Ver
    2013
    Posts
    17

    Re: Vlookup across multiple sheets

    Tnx for reply, in this table works perfectly but in my original table wont work, don't know why.

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Vlookup across multiple sheets

    can you post a sample of the original table, with sensitive data cleared out ?

  5. #5
    Registered User
    Join Date
    09-12-2017
    Location
    Zagreb
    MS-Off Ver
    2013
    Posts
    17

    Re: Vlookup across multiple sheets

    here it is...
    Attached Files Attached Files

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Vlookup across multiple sheets

    you have @ in the formula
    =INDEX(jan!F:F,MATCH(gen!A12&gen!B12,@jan!A:A&@jan!B:B,0))
    change to
    =INDEX(jan!F:F,MATCH(gen!A12&gen!B12,jan!A:A&jan!B:B,0))
    then works OK

  7. #7
    Registered User
    Join Date
    09-12-2017
    Location
    Zagreb
    MS-Off Ver
    2013
    Posts
    17

    Re: Vlookup across multiple sheets

    Quote Originally Posted by etaf View Post
    you have @ in the formula
    =INDEX(jan!F:F,MATCH(gen!A12&gen!B12,@jan!A:A&@jan!B:B,0))
    change to
    =INDEX(jan!F:F,MATCH(gen!A12&gen!B12,jan!A:A&jan!B:B,0))
    then works OK
    there is no @ in my formula, checked again and still doesn't work, thanks anyway...

  8. #8
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,739

    Re: Vlookup across multiple sheets

    oh
    does this work ?
    Attached Files Attached Files

+ 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. [SOLVED] Vlookup with multiple results and multiple sheets in Excel
    By Philangr8 in forum Excel General
    Replies: 6
    Last Post: 11-29-2016, 07:01 PM
  2. [SOLVED] SUM VLOOKUP which calculates multiple values across multiple sheets
    By McCaughley7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-04-2016, 03:57 PM
  3. Macro using VLOOKUP with multiple matches between multiple sheets
    By tripathy69 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-19-2014, 10:14 AM
  4. Excel Vlookup, multiple sheets and multiple variables
    By caninekopz in forum Excel General
    Replies: 3
    Last Post: 11-27-2013, 10:33 AM
  5. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM
  6. Vlookup function to return multiple values from multiple sheets
    By bsamant in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2013, 11:31 AM
  7. Replies: 8
    Last Post: 03-30-2011, 11:09 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