Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Moving Four Rows at a Time

Some time ago, I asked how to move rows so that

a
b
c
d
e
f

became

ab
cd
ef

I've reposted the solution below.

Now I want to have

a
b
c
d
e
f
g
h
etc.

become (each letter in a column)

abcd
efgh

I've tried changing the numbers in the following solution to the
original solution without success. How can I move four rows as above?
Thanks.

Original solution:

assume a is in A1
in B1 put in

=if(mod(row(),2)=1,A2,na())
then drag fill down the column

Now select the column, and do Edit=Copy, then immediately do
Edit=Paste
Special and select Values

The (column still selected) do Edit=Goto=Special and select constants
and
(uncheck all but errors) errors, then do delete and select entirerow.

Ken

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Moving Four Rows at a Time

Must be missing something: I put
=INDEX($A:$A,4*(ROW()-1)+(COLUMN()-1)) in b1 and hit enter - nothing
happens (column A has letters through p)

alternatively

I put that formula in b1, c1, d1 and e1, hit enter- nothing happens.

Same for putting the formulua just in b1 and e1, same for dragging the
formula down b1:e16

What am I doing wrong?

  #4   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Moving Four Rows at a Time

What do you mean by "nothing happens"?

Does the formula bar show that the formula was entered?

Does *anything* show up in B1?

In article .com,
wrote:

Must be missing something: I put
=INDEX($A:$A,4*(ROW()-1)+(COLUMN()-1)) in b1 and hit enter - nothing
happens (column A has letters through p)

alternatively

I put that formula in b1, c1, d1 and e1, hit enter- nothing happens.

Same for putting the formulua just in b1 and e1, same for dragging the
formula down b1:e16

What am I doing wrong?

  #5   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Moving Four Rows at a Time

This time it worked (previously the formula bar did show on top and in
each cell and stayed in each cell when I hit enter). Don't know what I
did, but thank you.



  #6   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default Moving Four Rows at a Time

You probably had the cell formatted as Text, so XL didn't try to parse
the entry as a formula.

In article .com,
wrote:

This time it worked (previously the formula bar did show on top and in
each cell and stayed in each cell when I hit enter). Don't know what I
did, but thank you.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I unhide several rows at the same time? Coach Peters Excel Discussion (Misc queries) 1 January 17th 06 08:56 PM
Excel Time Manipulation BFiedler Excel Discussion (Misc queries) 0 September 15th 05 01:15 AM
conditional formatting with time values Access Idiot Excel Discussion (Misc queries) 2 September 13th 05 03:29 PM
How do I Time stamp individual rows in excel? lost and confused Excel Discussion (Misc queries) 3 September 12th 05 01:59 AM
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM


All times are GMT +1. The time now is 07:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"