View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Alan Beban
 
Posts: n/a
Default Data from Rows into columns

One way, after you have downloaded them into a file on your hard drive,
is to copy the file into your Personal.xls file.

Alan Beban

BCLivell wrote:
Alan-

How d you incorperate the functions form your file?

"Alan Beban" wrote:

If the functions in the freely downloadable file at
http//home.pacbell.net/beban are available to your workbook

=ArrayReshape(A1:A300,100,3) array entered into B1:D100

Alan Beban

BCLivell wrote:
I have an excel worksheet that someone provide me. All of the information is
in 1 column (A) with each row having the person's contact info. The pattern
repeats for each contact. The pattern like this

A1-Company name
A2-Name
A3-phone

There are 100 contacts in this format. I need to seperate all of the
information so that the comany name is one column and the name is an another
column and the phone is in a third column. I can not figure out how to do
this. Thank you!!!