close

I have addresses in an Excel spreadsheet. Here is how they are formatted:

row 1: (blank)
row 2: name
row 3: address
row4: city, state, zip

This then repeats about 700 times.

Can anyone help me create a formula that copies these 4 rows to a single row
in another tab? For example, row1 would go to columnA in the next tab, row2
would go to columnB in the next tab, etc? I'd need it to repeat each time,
so I have a tab that has each record in a single row (for printing labels).

Please help! I cannot figure out the formula.

PM

Assuming the source data is in A1 down,

Put in B1: =INDEX($A:$A,ROW(A1)*4-4 COLUMN(A1))
Copy B1 across 4 cols to E1, fill down until zeros appear
signalling exhaustion of data from col A

If required, freeze the results in cols B to E with an in-place:
Copy gt; Paste special gt; check quot;Valuesquot; gt; OK
--
Rgds
Max
xl 97
---
Singapore, GMT 8
xdemechanik
savefile.com/projects/236895
--
quot;PMquot; gt; wrote in message
...
gt; I have addresses in an Excel spreadsheet. Here is how they are formatted:
gt;
gt; row 1: (blank)
gt; row 2: name
gt; row 3: address
gt; row4: city, state, zip
gt;
gt; This then repeats about 700 times.
gt;
gt; Can anyone help me create a formula that copies these 4 rows to a single
row
gt; in another tab? For example, row1 would go to columnA in the next tab,
row2
gt; would go to columnB in the next tab, etc? I'd need it to repeat each
time,
gt; so I have a tab that has each record in a single row (for printing
labels).
gt;
gt; Please help! I cannot figure out the formula.
gt;
gt; PM
Why do you need blanks to go there, I would delete them
select the import column, press f5, select special and blanks,
press Ctrl - (or editgt;delete), select entire row, that will give you the
same data without the blanks, then use

=OFFSET(Sheet1!$A$1,(ROW(1:1)-1)*3 COLUMN(A:A)-1,0)

replace Sheet1 with the sheet name, if you insist of copying over empty
cells

=OFFSET(Sheet1!$A$1,(ROW(1:1)-1)*4 COLUMN(A:A)-1,0)

for the former copy across 3 cells and then copy down as long as needed
for the latter copy across 4 cells and then down

(use the fill handle to copy across/down)

--

Regards,

Peo Sjoblom
quot;PMquot; gt; wrote in message
...
gt; I have addresses in an Excel spreadsheet. Here is how they are formatted:
gt;
gt; row 1: (blank)
gt; row 2: name
gt; row 3: address
gt; row4: city, state, zip
gt;
gt; This then repeats about 700 times.
gt;
gt; Can anyone help me create a formula that copies these 4 rows to a single
row
gt; in another tab? For example, row1 would go to columnA in the next tab,
row2
gt; would go to columnB in the next tab, etc? I'd need it to repeat each
time,
gt; so I have a tab that has each record in a single row (for printing
labels).
gt;
gt; Please help! I cannot figure out the formula.
gt;
gt; PM
In addition to Max's suggestion, you may want to break up the City,State,Zip
cell into 3 distinct cells after you get the 4 rows into the one row format.

Select that column and Datagt;Text to Columnsgt;Delimited by comma and Finish.

Most labelling programs like Word work better with those in separate columns.Gord Dibben Excel MVP

On Fri, 16 Dec 2005 22:26:35 0800, quot;Maxquot; gt; wrote:

gt;Assuming the source data is in A1 down,
gt;
gt;Put in B1: =INDEX($A:$A,ROW(A1)*4-4 COLUMN(A1))
gt;Copy B1 across 4 cols to E1, fill down until zeros appear
gt;signalling exhaustion of data from col A
gt;
gt;If required, freeze the results in cols B to E with an in-place:
gt;Copy gt; Paste special gt; check quot;Valuesquot; gt; OK
gt;--
gt;Rgds
gt;Max
gt;xl 97
gt;---
gt;Singapore, GMT 8
gt;xdemechanik
gt;savefile.com/projects/236895
gt;--
gt;quot;PMquot; gt; wrote in message
...
gt;gt; I have addresses in an Excel spreadsheet. Here is how they are formatted:
gt;gt;
gt;gt; row 1: (blank)
gt;gt; row 2: name
gt;gt; row 3: address
gt;gt; row4: city, state, zip
gt;gt;
gt;gt; This then repeats about 700 times.
gt;gt;
gt;gt; Can anyone help me create a formula that copies these 4 rows to a single
gt;row
gt;gt; in another tab? For example, row1 would go to columnA in the next tab,
gt;row2
gt;gt; would go to columnB in the next tab, etc? I'd need it to repeat each
gt;time,
gt;gt; so I have a tab that has each record in a single row (for printing
gt;labels).
gt;gt;
gt;gt; Please help! I cannot figure out the formula.
gt;gt;
gt;gt; PM

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()