Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Xianbo
 
Posts: n/a
Default How to fill cells A1, A2, A3... with contents from B1, B4, B7...

Hi,

I am trying to copy contents from, say, B1, B4, B7, .... into A1, A2,
A3,.... And did not know how to set up a formula to do that. I'd appreicate
for any suggestions.

Thanks,
Xianbo
  #2   Report Post  
bpeltzer
 
Posts: n/a
Default How to fill cells A1, A2, A3... with contents from B1, B4, B7...

If you're trying to copy every third row from B to A, enter the formula
=OFFSET($B$1,ROW()*3-3,0) in A1, and autofill down through the appropriate
cells in column A.

"Xianbo" wrote:

Hi,

I am trying to copy contents from, say, B1, B4, B7, .... into A1, A2,
A3,.... And did not know how to set up a formula to do that. I'd appreicate
for any suggestions.

Thanks,
Xianbo

  #3   Report Post  
Domenic
 
Posts: n/a
Default How to fill cells A1, A2, A3... with contents from B1, B4, B7...

Try...

A1, copied down:

=OFFSET($B$1,ROWS($A$1:A1)*3-3,0)

Hope this helps!

In article ,
Xianbo wrote:

Hi,

I am trying to copy contents from, say, B1, B4, B7, .... into A1, A2,
A3,.... And did not know how to set up a formula to do that. I'd appreicate
for any suggestions.

Thanks,
Xianbo

  #4   Report Post  
Xianbo
 
Posts: n/a
Default How to fill cells A1, A2, A3... with contents from B1, B4, B7.

Thanks. That works great!

"bpeltzer" wrote:

If you're trying to copy every third row from B to A, enter the formula
=OFFSET($B$1,ROW()*3-3,0) in A1, and autofill down through the appropriate
cells in column A.

"Xianbo" wrote:

Hi,

I am trying to copy contents from, say, B1, B4, B7, .... into A1, A2,
A3,.... And did not know how to set up a formula to do that. I'd appreicate
for any suggestions.

Thanks,
Xianbo

  #5   Report Post  
Xianbo
 
Posts: n/a
Default How to fill cells A1, A2, A3... with contents from B1, B4, B7.

Thanks. That works great!

"Domenic" wrote:

Try...

A1, copied down:

=OFFSET($B$1,ROWS($A$1:A1)*3-3,0)

Hope this helps!

In article ,
Xianbo wrote:

Hi,

I am trying to copy contents from, say, B1, B4, B7, .... into A1, A2,
A3,.... And did not know how to set up a formula to do that. I'd appreicate
for any suggestions.

Thanks,
Xianbo


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
Can I sort excel spreadsheet data by fill color of cells? Fashionheadhunter Excel Discussion (Misc queries) 2 September 7th 05 01:35 AM
Excel should have the option to merge contents when merging cells. Ceiling Tile 01 Excel Discussion (Misc queries) 2 August 31st 05 11:03 PM
How to insert the contents of two cells in a footer? Pank Excel Discussion (Misc queries) 4 June 2nd 05 02:32 PM
Fill cells from non-adjacent cells Abes Excel Discussion (Misc queries) 2 March 25th 05 01:15 PM
Excel - formula to calculate colored fill cells within a range wi. MA Excel Worksheet Functions 1 January 7th 05 04:06 PM


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