Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
HC HC is offline
external usenet poster
 
Posts: 4
Default How to match the same data

Hi, Could any one tell me how to match the client number from a column to
the d column? And also when the a column matches with d column number, the
b and c column nunbers also match with e f automatically.


a b c d e f
Client number name phone number
106 b 9584 3244 105 a 9825 5471
107 c 9784 2142 106 b 9584 3244
108 d 9880 2262 107 c 9784 2142
109 f 9669 2365 108 d 9880 2262
109 e 9789 1245
110 f 9669 2365
111 g 9550 2231
112 h 9323 5124
113 q 9984 1245
114 w 9956 2314

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default How to match the same data

In cell G1 enter the below formula and copy down as required. The formula
will check for a matching record and return either a Match or blank. Please
note that this is an array formula. You create array formulas in the same way
that you create other formulas, except you press CTRL+SHIFT+ENTER to enter
the formula. If successful in 'Formula Bar' you can notice the curly braces
at both ends like "{=<formula}"

=IF(ISNA(INDEX($C$1:$C$100,MATCH(1,($A$1:$A$100=D1 )*($B$1:$B$100=E1),0))),"",IF(F1=INDEX($C$1:$C$100 ,MATCH(1,($A$1:$A$100=D1)*($B$1:$B$100=E1),0)),"Ma tch",""))

If this post helps click Yes
---------------
Jacob Skaria


"hc" wrote:

Hi, Could any one tell me how to match the client number from a column to
the d column? And also when the a column matches with d column number, the
b and c column nunbers also match with e f automatically.


a b c d e f
Client number name phone number
106 b 9584 3244 105 a 9825 5471
107 c 9784 2142 106 b 9584 3244
108 d 9880 2262 107 c 9784 2142
109 f 9669 2365 108 d 9880 2262
109 e 9789 1245
110 f 9669 2365
111 g 9550 2231
112 h 9323 5124
113 q 9984 1245
114 w 9956 2314

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
Match data, count data and report to diffrent sheet. George W. W. Excel Discussion (Misc queries) 7 March 2nd 09 02:54 AM
Cross match data in Col A v/s Col B and display match in Col 3 aquaflow Excel Discussion (Misc queries) 3 July 10th 08 05:07 PM
Find, Match data and paste data between two workbooks Chuckak Excel Discussion (Misc queries) 0 September 1st 06 06:59 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Excel Discussion (Misc queries) 3 April 30th 05 01:29 PM


All times are GMT +1. The time now is 04:12 AM.

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

About Us

"It's about Microsoft Excel"