selecting data from cells

  • Thread starter Thread starter ArturoCohen
  • Start date Start date
A

ArturoCohen

Hi, im having a little hard time here, id like to know if this can be
done. i have data sorted like this:

Col1 col2 col3
R1 a2 b5 r9
r2 t6 a2 q7
r3 r9 t6 b5

so, many data can repeat but in different columns and rows. i need to
make a list in another column of all of that data, but they should only
be copied once. so it looks like this:

a2
b5
r9
t6
q7

is this possible in excel 2000?

thanks for the help you could provide.

Arthur
 
ArturoCohen said:
Hi, im having a little hard time here, id like to know if this can be
done. i have data sorted like this:

Col1 col2 col3
R1 a2 b5 r9
r2 t6 a2 q7
r3 r9 t6 b5

so, many data can repeat but in different columns and rows. i need to
make a list in another column of all of that data, but they shoul
only
be copied once. so it looks like this:

a2
b5
r9
t6
q7

is this possible in excel 2000?

thanks for the help you could provide.

Arthur

Hi rturoCohen,

Copy col B and col C and put in col A, then do a Data > Filter
Advanced filter, copy to other location, unique records only.

oldchippy :
 
yes, that would be the hard work way, i just thought there may be a
way of doing this simple with some macro or formulae.

but thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Variable list from array 9
Rearrange data from columns to rows 2
Matching Data in Excel 2002 4
Insert new sheets... 1
copy data from another datasets 1
Formula Query 9
Basic Macro Help 1
Pivot question 1

Back
Top