Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
wdg006
 
Posts: n/a
Default Linking a repeating pattern of non-adjacent cells

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   Report Post  
Jason Morin
 
Posts: n/a
Default

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   Report Post  
Frank Kabel
 
Posts: n/a
Default

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
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
I want to format a cell based on an adjacent cells value Cumbo Excel Discussion (Misc queries) 1 December 13th 04 11:52 AM
Linking Non-Contiguous cells Mike A Excel Discussion (Misc queries) 0 December 7th 04 03:47 AM
Protected cells -automatically format to a different color Fred Evans Excel Discussion (Misc queries) 9 December 3rd 04 12:59 PM


All times are GMT +1. The time now is 10:25 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"