Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default LOOKUP, MATCH MORE MATCHES IN TWO COLUMN

I having datas in two sheets. I want result which matches more than
one results for one criteria

Example

Sheet-1 Sheet -2
Col-a Col-a Col-b
aa-01 aa-01 abc-01
bb-01 bb-01 acd-02
cc-01 aa-01 adc-03
aa-02 aa-02 abc-02
ab-02 cc-01 abc-03

I got formula from your link(IF(ISERROR(INDEX($A$1:$B$24,SMALL(IF($A
$1:$A$24=$D$26,ROW($A$1:$A$24)),ROW(1:1)),2)),"",I NDEX($A$1:$B$24,SMALL
(IF($A$1:$A$24=$D$26,ROW($A$1:$A$24)),ROW(1:1)),2) ) & it works &
result getting in next rows. But i want in next column.
Example result reqd in Sheet-1 as below
Col-a Col-b Col-c
Criteria Match-1 Match-2
aa-01 abc-01 adc-03
bb-01 acd-02
cc-01 abc-03
aa-02 abc-02
ab-02

Please help on this to save my time.
Awaiting your reponse please

Thanks
Peranish

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default LOOKUP, MATCH MORE MATCHES IN TWO COLUMN

with teh criteria in column A
then for results in columnB

=IF(OR(ISERR(MATCH($A3,Sheet1!A:A,FALSE)),ISERROR( MATCH(Sheet3!A3,Sheet2!A:A,FALSE))),"",VLOOKUP(She et2!$A5,Sheet1!A:B,2,FALSE))

for results in column C
=IF(OR(ISERR(MATCH($A3,Sheet1!B:B,FALSE)),ISERROR( MATCH(Sheet3!A3,Sheet2!A:A,FALSE))),"",VLOOKUP(She et2!$A5,Sheet2!A:B,2,FALSE))


" wrote:

I having datas in two sheets. I want result which matches more than
one results for one criteria

Example

Sheet-1 Sheet -2
Col-a Col-a Col-b
aa-01 aa-01 abc-01
bb-01 bb-01 acd-02
cc-01 aa-01 adc-03
aa-02 aa-02 abc-02
ab-02 cc-01 abc-03

I got formula from your link(IF(ISERROR(INDEX($A$1:$B$24,SMALL(IF($A
$1:$A$24=$D$26,ROW($A$1:$A$24)),ROW(1:1)),2)),"",I NDEX($A$1:$B$24,SMALL
(IF($A$1:$A$24=$D$26,ROW($A$1:$A$24)),ROW(1:1)),2) ) & it works &
result getting in next rows. But i want in next column.
Example result reqd in Sheet-1 as below
Col-a Col-b Col-c
Criteria Match-1 Match-2
aa-01 abc-01 adc-03
bb-01 acd-02
cc-01 abc-03
aa-02 abc-02
ab-02

Please help on this to save my time.
Awaiting your reponse please

Thanks
Peranish


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
Lookup or Match with rows and column together Listu Excel Worksheet Functions 6 January 26th 10 05:37 AM
match, lookup two column data KUMPFfrog Excel Worksheet Functions 9 July 24th 08 03:47 AM
Lookup where column data does not match NTK Excel Worksheet Functions 2 July 4th 08 03:07 PM
formula to match a range(sort) so it matches an external column steveo Excel Discussion (Misc queries) 1 June 26th 06 07:54 AM
Lookup then Match and insert value from next column Tenacity Excel Worksheet Functions 3 March 4th 05 02:49 AM


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

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"