Formula help--lookup?

  • Thread starter Thread starter BeckyB
  • Start date Start date
B

BeckyB

I have various items in a spreadsheet. Some of these items are repeated in
various rows, but have a different text description for it. They all have the
same reference number, just a different description. I want to combine all
the descriptions into one cell. I am doing vlookup, but it is only putting in
the first occurance. Is there a way to combine all descriptions into one cell?
 
Yes, I like to use COUNTIF to set up a sequential number for each
multiple of the unique reference.

However, your description of your data is a bit vague, so I can't
really recommend a particular formula for you. Can you supply some
details of how your data is laid out and what you want to do with it?

Pete
 
It's like this on another sheet within the same file. I am trying to pull it
from Sheet2 into Sheet1.

Reference # Description
123 Pant Set
123 2pc set
123 Shirt & Pants

I want it to appear in a cell like this: Pant Set 2pc set Shirt & Pants.

It really doesn't matter what order they go in. I just want all of them in
one spot.
 
Thanks for replying. I did try that, but I am looking up a reference # on
another sheet and want all occurances of that reference number's description
to go into one cell on Sheet1.
 

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

Vlookup and combine all references 2
Data Lookup 3
How do I lookup several values and concatenate the results? 1
lookup options 2
Lookup formula 6
Lookup problems? 1
Lookup Formula 2
Excel Lookup Question 2

Back
Top