Merging columns?

C

Carolina78703

::Hello, Frank-- or anyone else available to help.

How do I merge multiple columns into rows stacked on each other.

Specifically, I have contact info with the categories across th
top/columns and 180 individuals' contact info is placed in rows. So I'
like to sort of merge the data for each person so that it shows up in
more directory look and not a chart format.

Does this make sense?

TIA
Carol:
 
M

Myrna Larson

Are there the same number of rows for each person? If so, you can do it with
formulas. If not, you need a VBA macro. For that you need to tell us how you
know that the data for one person has been completed and you are starting
another person. Is there a blank row between entries?
 
Top