Import Text Data not in columns

P

Pinkiredd

I'm trying to import a text file, however the results are showing up in one
row instead of columns:

Original Sources layout:

A B C D
A B C D

When I use the import data wizard, the outcome is:

A B C D A B C D A B C D.

How do I get my information to reflect original formtat in columns?
 
S

ShaneDevenshire

Hi,

You can use a formula like this:
=OFFSET($A$1,0,COLUMN(A1)-1+4*(ROW(A1)-1))

Assume your data starts in A1 and extends to the right .
Copy the formula across 4 columns and down as many rows as necessary.
 

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