How to change data from two rows into 2 columns

K

Katherine

Hi I have the following Data

Staff A Cellular Phone xxxx
Staff A Residential Phone xxxx
Staff B Cellular Phone xxxx
Staff B Residential Phone xxxx

How do I change the rows into columns i.e. Celluar Phone for one column and
Residential phone for the other with the correct telephone number.
 
B

BSc Chem Eng Rick

No problem, use the TRANSPOSE function.

=TRANSPOSE("Your Table Refernce")

Remember you must select a range of cells the same size as your table before
you enter the above formula (in the top left hand cell) and then execute with
Ctrl+Shift+Enter because it is an array formula.
 

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

Top