PC Review


Reply
Thread Tools Rate Thread

Copying formulas

 
 
Matt
Guest
Posts: n/a
 
      31st Mar 2008
I'd like to paste a formula in one column every 5th row referencing cells in
another column in which the rows are spaced together. In other words, I'd
like to paste in cell A1 the formula =B1*3, and in A6 =B2*3, and so on. Is
there a way to do this without entering a separate formula in every 5th row?
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      31st Mar 2008
Put this in A1:

=INDIRECT("B"&MOD(ROW(A1)+4,5))*3

then copy it to A6, A11, A16 etc.

Hope this helps.

Pete

On Mar 31, 2:28*pm, Matt <M...@discussions.microsoft.com> wrote:
> I'd like to paste a formula in one column every 5th row referencing cells in
> another column in which the rows are spaced together. *In other words, I'd
> like to paste in cell A1 the formula =B1*3, and in A6 =B2*3, and so on.. *Is
> there a way to do this without entering a separate formula in every 5th row?


 
Reply With Quote
 
FiluDlidu
Guest
Posts: n/a
 
      31st Mar 2008
The formula that Pete submitted works, but there is a quick way to avoid
pasting it 200 times if you need it that often.

Select cells A1 to A5 >> copy.
Select an array of cells in column A whose first cell should contain a
formula and whose cell count is DIVIDABLE BY 5, for as far as you want to
have formulas in column A >> paste.

Feelu.

"Pete_UK" wrote:

> Put this in A1:
>
> =INDIRECT("B"&MOD(ROW(A1)+4,5))*3
>
> then copy it to A6, A11, A16 etc.
>
> Hope this helps.
>
> Pete
>
> On Mar 31, 2:28 pm, Matt <M...@discussions.microsoft.com> wrote:
> > I'd like to paste a formula in one column every 5th row referencing cells in
> > another column in which the rows are spaced together. In other words, I'd
> > like to paste in cell A1 the formula =B1*3, and in A6 =B2*3, and so on.. Is
> > there a way to do this without entering a separate formula in every 5th row?

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying Formulas Chad Cameron Microsoft Excel Programming 1 8th Jan 2010 06:12 PM
Copying formulas bridgeb3@gmail.com Microsoft Excel Worksheet Functions 1 28th Mar 2008 08:23 PM
copying formulas =?Utf-8?B?ZWxzaWU=?= Microsoft Excel Worksheet Functions 1 3rd Apr 2007 03:50 AM
Copying formulas ArenaNinja Microsoft Excel Misc 3 16th May 2006 12:56 AM
Copying Formulas =?Utf-8?B?U2FuZHJh?= Microsoft Excel Misc 2 28th Oct 2004 10:51 AM


Features
 

Advertising
 

Newsgroups
 


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