Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sampson
 
Posts: n/a
Default every nth cell by columns not rows....

I just read the post 'Enter every nth cell item'. I wish to do the same but
across columns instead of down rows. Can this be done? I wish to pull out
into a new table every 3rd column cell from column c to column ez beginning
with column c, such as the value in column c, column f, column i, column l
and so on.......such that column ff=value in column c, fg=value in column f,
fh=value in column i, fi=value in column l and so on....Please help! Thank
You.
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

Enter this array formula in cell FF1 with the key combo of
CTRL,SHIFT,ENTER:

=INDEX($A1:$EZ1,SMALL(IF(MOD(COLUMN($A1:$EZ1),3)=0 ,COLUMN
($A1:$EZ1)),COLUMN(A:A)))

Copy across until you get #NUM! errors. Based on you
sample that should occur in cell HF1.

Biff

-----Original Message-----
I just read the post 'Enter every nth cell item'. I wish

to do the same but
across columns instead of down rows. Can this be done? I

wish to pull out
into a new table every 3rd column cell from column c to

column ez beginning
with column c, such as the value in column c, column f,

column i, column l
and so on.......such that column ff=value in column c,

fg=value in column f,
fh=value in column i, fi=value in column l and so

on....Please help! 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
Printing problems with columns and rows Ann Shaw Excel Discussion (Misc queries) 0 February 17th 05 05:35 PM
Convert multiple columns to rows Lois Lane Excel Worksheet Functions 8 January 10th 05 12:47 AM
interchange columns with rows Herman Excel Discussion (Misc queries) 2 December 8th 04 05:40 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
parse cell and insert rows? Gorrila Grod Excel Worksheet Functions 3 November 5th 04 08:19 AM


All times are GMT +1. The time now is 08:53 PM.

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"