Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have 5000 lines and 68 columns in a 2 page spreadsheet. The lines and columns are the same, although in a different order on the 2 pages. how do I lookup the data from sheet A and put it into sheet B against the same row and column heading? i.e Sheet A Customer West East South North 1000 10 10 10 10 2000 22 22 22 22 3000 30 30 30 30 Sheet B Customer East North South West 3000 1000 2000 Thanks Amanda |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Mar 8, 5:28 pm, Amanda wrote:
Hi, I have 5000 lines and 68 columns in a 2 page spreadsheet. The lines and columns are the same, although in a different order on the 2 pages. how do I lookup the data from sheet A and put it into sheet B against the same row and column heading? i.e Sheet A Customer West East South North 1000 10 10 10 10 2000 22 22 22 22 3000 30 30 30 30 Sheet B Customer East North South West 3000 1000 2000 Thanks Amanda =VLOOKUP($A2,'Sheet A'!$A$1:$BP$5000,MATCH(B$1,Sheet A'!$A$1:$BP $1,0),FALSE) HTH Kostis Vezerides |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
What you need is an INDEX, MATCH function. For more info check the link below. http://www.contextures.com/xlFunctio...tml#IndexMatch HTH Jean-Guy "Amanda" wrote: Hi, I have 5000 lines and 68 columns in a 2 page spreadsheet. The lines and columns are the same, although in a different order on the 2 pages. how do I lookup the data from sheet A and put it into sheet B against the same row and column heading? i.e Sheet A Customer West East South North 1000 10 10 10 10 2000 22 22 22 22 3000 30 30 30 30 Sheet B Customer East North South West 3000 1000 2000 Thanks Amanda |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum column with na from v lookup | Excel Worksheet Functions | |||
Lookup in one column, and return value from another column | Excel Worksheet Functions | |||
two-column lookup | Excel Worksheet Functions | |||
Calculating totals in a column based on a lookup in another column | Excel Worksheet Functions | |||
Two-Column Lookup | Excel Worksheet Functions |