Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to transpose an Excel worksheet where every fourth cell is selected
and placed into a single column of another workbook. Can I write a formula to do this so I don't have to manually copy each cell I need? |
#2
![]() |
|||
|
|||
![]()
If your original data were in col. A, you could put this
in A1 of a new wb: =OFFSET([Book8]Sheet1!$A$1,ROW()*4-4,) and drag down. It'll pull in the values in row 1, row 5, row 9, and so on. HTH Jason Atlanta, GA -----Original Message----- I need to transpose an Excel worksheet where every fourth cell is selected and placed into a single column of another workbook. Can I write a formula to do this so I don't have to manually copy each cell I need? . |
#3
![]() |
|||
|
|||
![]()
Hi
try somethin like =OFFSET($A$1,(ROW(1:1)-1)*4,0) -- Regards Frank Kabel Frankfurt, Germany wdg006 wrote: I need to transpose an Excel worksheet where every fourth cell is selected and placed into a single column of another workbook. Can I write a formula to do this so I don't have to manually copy each cell I need? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to format a cell based on an adjacent cells value | Excel Discussion (Misc queries) | |||
Linking Non-Contiguous cells | Excel Discussion (Misc queries) | |||
Protected cells -automatically format to a different color | Excel Discussion (Misc queries) |