Where does the data come from? Is it already in a 3 col worksheet?
--
Garry
Free usenet access at
http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
Garry, Here is the complete OP query.
==========
Multiple text cells merged into single cell
Hi everybody- this is my first time, and I hope it's an easy solution.
I have multiple cells they need to be combined into one cell. I have read all of the threads here, and I just can't match it up. I don't need a proof solution, just a way to get started.
My cells are based on sales of products. The number of cells received change every time a sale is made. The difficult ones are the T-shirts, as while there ID remain the same, they are different based on size. So, I need to merge together the cells shown below. In result is a receipt that I can sendto them.
ID Size Quantity
SMSFTS1 Large 1
SMSFTS1 Medium 1
SMSFTS1 Small 2
SMSFTS1 X Large 1
SMSFTS1 XX Large 1
SMSFTS2 Large 1
SMSFTS2 Medium 1
SMSFTS2 Small 1
SMSFTS2 X Large 1
Here is an example of what I need it to look.
SMSFTS1 Large 1, Medium 1, Small 2, X Large 1, XX Large 1
SMSFTS2 Large 1, Medium 1, Small 1, X Large
As I'm sure you understand, this constantly changes.
I have tried to use CONCATENATE, I think it has to be manual.
If you can give me any guidance I would surely appreciate it.[/QUOTE]
==========
Howard