Multiple values

camposcarmo

New Member
Joined
Aug 1, 2007
Messages
4
Small exemple.

Column 1____Column 2
ASD_________TEXT1
QWE_________TEXT2
RGB_________TEXT3
ASD_________TEXT4
QWE_________TEXT5
ASD__________TEXT6

So, this means that i have duplicate values on column 1 and when i seach, for exemple - "ASD", i want to get the 3 anwsers "TEXT1", "TEXT4" and "TEXT6", and each one in a diferente cell.

Column1____Column2
ASD_____TEXT1
_________TEXT4
_________TEXT6


Can anyone help me.

Thanks[/b]
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi and welcome to the board!!

Just use a Pivot Table, which will turn this
Code:
  A    B     
1 NAME ITEM  
2 ASD  TEXT1 
3 QWE  TEXT2 
4 RGB  TEXT3 
5 ASD  TEXT4 
6 QWE  TEXT5 
7 ASD  TEXT6 

Sheet2

[Table-It] version 07 by Erik Van Geit
into this
Code:
   D    E     
 6            
 7 NAME ITEM  
 8 ASD  TEXT1 
 9      TEXT4 
10      TEXT6 
11 QWE  TEXT2 
12      TEXT5 
13 RGB  TEXT3 

Sheet2

[Table-It] version 07 by Erik Van Geit

lenze
 
Upvote 0
Hello,

Select column A, Click Data->Filter->Autofilter. Autofilter Column A, copy and paste the return cells somewhere else and remove the filter. ;)

Edit: Or what Lenze said. :)
 
Upvote 0

Forum statistics

Threads
1,214,869
Messages
6,122,012
Members
449,060
Latest member
LinusJE

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top