+ Reply to Thread
Results 1 to 4 of 4

Thread: V & H lookup or index and match?

  1. #1
    Registered User
    Join Date
    08-08-2011
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    3

    V & H lookup or index and match?

    Hi,

    I have 2 spreadsheets. Both have week numbers across the top and store numbers down the side. I need to lookup the data from one into the other, but don't know how I can use V & H lookup or index and match to tranfer this data across. Can anyone please help?

  2. #2
    Forum Guru Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    MS Excel 2010
    Posts
    2,247

    Re: V & H lookup or index and match?

    Are you matching the row data or the column data, or both? More detail required.

  3. #3
    Registered User
    Join Date
    08-08-2011
    Location
    United Kingdom
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: V & H lookup or index and match?

    Hello there it will be both - the report details invoice value by, store number by week and it is this intersecting value that I need to insert into the relevant week for each store number on the second spreadsheet. Many thanks

  4. #4
    Forum Guru JBeaucaire's Avatar
    Join Date
    03-21-2008
    Location
    Bakersfield, CA
    MS-Off Ver
    2010
    Posts
    19,224

    Re: V & H lookup or index and match?

    INDEX/MATCH would be appropriate if you're trying to lookup data in the table using X-Y style coordinate-matching.

    =INDEX(maintableRange, MATCH(StoreNum, StoreNumRangeInTable, 0), MATCH(WkNum, WkNumRangeAboveTable, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    “None of us is as good as all of us” - Ray Kroc
    “Actually, I *am* a rocket scientist.” - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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