Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Matching data in multiple colunms

I have 6 columns of and 300 rows of data, its 1800 numbers. In bottom row I
want to write 6 numbers and want to search the row which idenically matches
with my numbers, how do I do that?

Thanks allot.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Matching data in multiple colunms

If you mean by "search the row" search FOR the row that matches then try this:

=MATCH(INDEX($A$2:$A$21,MATCH(1,(A24=Acol)*(B24=Bc ol)*(C24=Ccol)*(D24=Dcol)*(E24=Ecol)*(F24=Fcol),0) ),Acol,0)

Enter with Ctrl+Shift+Enter

Acol= "A" column range i.e A1 to A300: similarly for BCol etc

My data was in columns 2 to 21 with Row 1 being a header row.

My 6 number were in row 24

HTH

"Judoguy" wrote:

I have 6 columns of and 300 rows of data, its 1800 numbers. In bottom row I
want to write 6 numbers and want to search the row which idenically matches
with my numbers, how do I do that?

Thanks allot.

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
Comparison of data in two separate colunms thaenn Excel Discussion (Misc queries) 7 October 20th 06 06:37 PM
Matching up data from multiple documents barryb Excel Discussion (Misc queries) 0 October 11th 05 05:28 PM
Matching data and linking it to the matching cell yvonne a via OfficeKB.com Links and Linking in Excel 0 July 13th 05 07:30 PM
creating spreadsheet with colunms for names adresses & zipcodes neilabu Excel Discussion (Misc queries) 4 March 4th 05 12:53 AM
Matching data in multiple columns BuddyB Excel Discussion (Misc queries) 1 February 27th 05 08:05 PM


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