Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default Basic Cell / Formula Copy Using a Step

Hello All !!

I'll keep it simple but would appreciate help.

Firstly I start with a blank sheet
In column A, I type the numbers 1 through 20, in order for 20 rows,
underneath each other, so that finally A20 = 20. I know I can use auto fill
after typing 1 and 2.

Then in column B I want to copy the A-values but by adding a step. Assume a
step of 3. Then I want;
B1 = cell contents of A1
B2 = cell contents of A4
B3 = cell contents of A7

and so on. I would like to know how to get excel to understand my pattern,
and auto fill it by highlighting.

In my real spreadsheet i have various random sales figures in Column A, and
want to copy every 7th figure into column B.

Help would be appreciated.

Many Thanks

Rajen
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Basic Cell / Formula Copy Using a Step

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)

Copy down.

(In article ,
RajenRajput1 wrote:

Hello All !!

I'll keep it simple but would appreciate help.

Firstly I start with a blank sheet
In column A, I type the numbers 1 through 20, in order for 20 rows,
underneath each other, so that finally A20 = 20. I know I can use auto fill
after typing 1 and 2.

Then in column B I want to copy the A-values but by adding a step. Assume a
step of 3. Then I want;
B1 = cell contents of A1
B2 = cell contents of A4
B3 = cell contents of A7

and so on. I would like to know how to get excel to understand my pattern,
and auto fill it by highlighting.

In my real spreadsheet i have various random sales figures in Column A, and
want to copy every 7th figure into column B.

Help would be appreciated.

Many Thanks

Rajen

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 40
Default Basic Cell / Formula Copy Using a Step

Dude !!

Thanks - it really helps

If any one has any other methods I'm glad to try them - but this is
brilliant. Thanks McGimpsey

Rajen

"JE McGimpsey" wrote:

One way:

B1: =INDEX(A:A,(ROW()-1)*3+1)

Copy down.

(In article ,
RajenRajput1 wrote:

Hello All !!

I'll keep it simple but would appreciate help.

Firstly I start with a blank sheet
In column A, I type the numbers 1 through 20, in order for 20 rows,
underneath each other, so that finally A20 = 20. I know I can use auto fill
after typing 1 and 2.

Then in column B I want to copy the A-values but by adding a step. Assume a
step of 3. Then I want;
B1 = cell contents of A1
B2 = cell contents of A4
B3 = cell contents of A7

and so on. I would like to know how to get excel to understand my pattern,
and auto fill it by highlighting.

In my real spreadsheet i have various random sales figures in Column A, and
want to copy every 7th figure into column B.

Help would be appreciated.

Many Thanks

Rajen


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 anyone povide step by step instructions on how to do the follo Daniel Bunt Excel Discussion (Misc queries) 6 January 26th 07 12:58 PM
copy multiple cells but jumpin one step at a time Pete Excel Worksheet Functions 0 August 11th 06 08:26 PM
I can see formula result when I step into it but not in the cell Benoit Excel Discussion (Misc queries) 1 March 16th 06 12:20 PM
What is the step-by-step procedure for making a data list? Bobgolfs56 Excel Discussion (Misc queries) 1 April 23rd 05 02:19 PM
I need step by step instructions to create a macro for 10 imbedde. diana Excel Worksheet Functions 3 January 31st 05 01:56 AM


All times are GMT +1. The time now is 05:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"