Move alternating cells
While Pete's idea was very helpful and worked great, yours is better because
it involves fewer steps to accomplish the goal. Thanks very much.
"Teethless mama" wrote:
In B1: =OFFSET($A$1,COLUMNS($A:A)-1+(ROWS($1:1)-1)*2,)
copy across to C1 and down as far as needed
"Dearoledad" wrote:
I have a single column with about 3000 rows of street addresses and
city/states. I need move the city/state cells to the same row same the
related street.
What I have is this -
Column A
street 1
city 1
street 2
city 2
street 3
city 3
What I need is this -
Column A Column B
street 1 city 1
street 2 city 2
street 3 city 3
|