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?
Are you matching the row data or the column data, or both? More detail required.
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
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 theicon 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!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks