Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 151
Default Lookup by row and column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 751
Default Lookup by row and column

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Lookup by row and column

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sum column with na from v lookup DERICKSON Excel Worksheet Functions 7 August 20th 06 01:01 PM
Lookup in one column, and return value from another column fdebelo Excel Worksheet Functions 2 January 8th 06 01:55 PM
two-column lookup z.entropic Excel Worksheet Functions 7 May 23rd 05 01:50 AM
Calculating totals in a column based on a lookup in another column Michael Wright via OfficeKB.com Excel Worksheet Functions 1 April 15th 05 09:52 AM
Two-Column Lookup RJF Excel Worksheet Functions 2 February 11th 05 02:15 PM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"