Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Column Matching - Bring the entire row.

Hi,

I have rows of data with Column A being the key identifier in worksheets
SPR1 and SPR2 inside a work book. Reading one of the threads below, I am
using the following formula in SPR3 (3rd worksheet in the same workbook) to
identify a match between SPR2 and SPR1 from Column A in both columns:

=IF(NOT(ISNUMBER(MATCH(spr2!A1,spr1!A:A,0))),"",IN DEX(spr1!A:A,MATCH(spr2!A1,spr1!A:A,0)))

Is there any way to bring the entire Row of data in SPR1 and SPR2 (assuming
they are the same) instead of just column A into SPR3?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Column Matching - Bring the entire row.

Drag/copy the formula across to end of row.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 07:25:00 -0700, vrk1 wrote:

Hi,

I have rows of data with Column A being the key identifier in worksheets
SPR1 and SPR2 inside a work book. Reading one of the threads below, I am
using the following formula in SPR3 (3rd worksheet in the same workbook) to
identify a match between SPR2 and SPR1 from Column A in both columns:

=IF(NOT(ISNUMBER(MATCH(spr2!A1,spr1!A:A,0))),"",I NDEX(spr1!A:A,MATCH(spr2!A1,spr1!A:A,0)))

Is there any way to bring the entire Row of data in SPR1 and SPR2 (assuming
they are the same) instead of just column A into SPR3?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Column Matching - Bring the entire row.

That did not work.

Please note that Column A is the matching column. I want to bring the rest
of the columns in SPR3 that ties with Column A.

Any other suggestions?

"Gord Dibben" wrote:

Drag/copy the formula across to end of row.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 07:25:00 -0700, vrk1 wrote:

Hi,

I have rows of data with Column A being the key identifier in worksheets
SPR1 and SPR2 inside a work book. Reading one of the threads below, I am
using the following formula in SPR3 (3rd worksheet in the same workbook) to
identify a match between SPR2 and SPR1 from Column A in both columns:

=IF(NOT(ISNUMBER(MATCH(spr2!A1,spr1!A:A,0))),"",I NDEX(spr1!A:A,MATCH(spr2!A1,spr1!A:A,0)))

Is there any way to bring the entire Row of data in SPR1 and SPR2 (assuming
they are the same) instead of just column A into SPR3?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Column Matching - Bring the entire row.

You cannot bring an entire row using one formula.

Have you tried changing A:A to $A:$A before copying across?


Gord

On Tue, 6 May 2008 10:52:01 -0700, vrk1 wrote:

That did not work.

Please note that Column A is the matching column. I want to bring the rest
of the columns in SPR3 that ties with Column A.

Any other suggestions?

"Gord Dibben" wrote:

Drag/copy the formula across to end of row.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 07:25:00 -0700, vrk1 wrote:

Hi,

I have rows of data with Column A being the key identifier in worksheets
SPR1 and SPR2 inside a work book. Reading one of the threads below, I am
using the following formula in SPR3 (3rd worksheet in the same workbook) to
identify a match between SPR2 and SPR1 from Column A in both columns:

=IF(NOT(ISNUMBER(MATCH(spr2!A1,spr1!A:A,0))),"",I NDEX(spr1!A:A,MATCH(spr2!A1,spr1!A:A,0)))

Is there any way to bring the entire Row of data in SPR1 and SPR2 (assuming
they are the same) instead of just column A into SPR3?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Column Matching - Bring the entire row.

Thanks for writing back again; I tried changing the formula to read $A:$A and
pasted it across the row in SPR3 -did not work still.

If this can be accomplished using a Macro, I am open to that too -- I just
don't know how.

Any help would be appreciated. Thanks

"Gord Dibben" wrote:

You cannot bring an entire row using one formula.

Have you tried changing A:A to $A:$A before copying across?


Gord

On Tue, 6 May 2008 10:52:01 -0700, vrk1 wrote:

That did not work.

Please note that Column A is the matching column. I want to bring the rest
of the columns in SPR3 that ties with Column A.

Any other suggestions?

"Gord Dibben" wrote:

Drag/copy the formula across to end of row.


Gord Dibben MS Excel MVP

On Tue, 6 May 2008 07:25:00 -0700, vrk1 wrote:

Hi,

I have rows of data with Column A being the key identifier in worksheets
SPR1 and SPR2 inside a work book. Reading one of the threads below, I am
using the following formula in SPR3 (3rd worksheet in the same workbook) to
identify a match between SPR2 and SPR1 from Column A in both columns:

=IF(NOT(ISNUMBER(MATCH(spr2!A1,spr1!A:A,0))),"",I NDEX(spr1!A:A,MATCH(spr2!A1,spr1!A:A,0)))

Is there any way to bring the entire Row of data in SPR1 and SPR2 (assuming
they are the same) instead of just column A into SPR3?






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
What function-bring me the info in the next column-same row? jeel Excel Worksheet Functions 9 January 26th 08 10:43 PM
Bring a code from a cell to a column Manos Excel Worksheet Functions 2 December 17th 06 10:06 PM
Return position for each matching value in entire workbook? Squidman Excel Worksheet Functions 1 September 15th 06 11:36 PM
Search for data in a column bring all related items in other colum sk New Users to Excel 2 September 2nd 06 10:39 PM
If data in one column, take date, add 2 days, and turn the entire column a color... [email protected] Excel Discussion (Misc queries) 6 August 24th 06 03:58 AM


All times are GMT +1. The time now is 04:28 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"