Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing problems with columns and rows | Excel Discussion (Misc queries) | |||
Convert multiple columns to rows | Excel Worksheet Functions | |||
interchange columns with rows | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
parse cell and insert rows? | Excel Worksheet Functions |