#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22
Default COPYING FORMULAE

Hi,
I come across small problem that I can't copy formulae for relative address
reference to move every 4 cells downwards.
For instance, I have a table as follows :
A B C
CODE PROD_A PROD_B
1 AA 100 150
2 AB 200 2000
3 AC 300 600

Formulas relative to the table to be copied :
+A1 +B1
+A1 -B1
+A1 +C1
+A1 -C1
After copy formulas, I want following ref. so on and so forth :

+A2 +B2
+A2 -B2
+A2 +C2
+A2 -C2

How can I do that without my own manipulations ? I tried hilited the area
but the formulas jump 4 cells forward.

Much obliged if a simple solution can be given.

Rgds,
Frankie

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default COPYING FORMULAE

Hi Frankie

Assuming you are copying the data to other columns. I used columns F and G
In cell F1
=INDEX(A:A,INT(ROW(A4)/4))
and copy down as far as required
In G1 =INDEX(B:B,INT(ROW(B4)/4))
in G2 =INDEX(B:B,INT(ROW(B4)/4))*-1
in G3 =INDEX(C:C,INT(ROW(B4)/4))
in G4 =INDEX(C:C,INT(ROW(B4)/4))*-1

Highlight cells G1:G4 and use the fill handle to copy down as far as
required.
The fill handle is the small black solid cross that appears when you hover
over the bottom right corner of your highlighted range
--
Regards
Roger Govier

"Frankie" wrote in message
...
Hi,
I come across small problem that I can't copy formulae for relative
address
reference to move every 4 cells downwards.
For instance, I have a table as follows :
A B C
CODE PROD_A PROD_B
1 AA 100 150
2 AB 200 2000
3 AC 300 600

Formulas relative to the table to be copied :
+A1 +B1
+A1 -B1
+A1 +C1
+A1 -C1
After copy formulas, I want following ref. so on and so forth :

+A2 +B2
+A2 -B2
+A2 +C2
+A2 -C2

How can I do that without my own manipulations ? I tried hilited the area
but the formulas jump 4 cells forward.

Much obliged if a simple solution can be given.

Rgds,
Frankie

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
copying formulae along rows. Richard Hocking Excel Discussion (Misc queries) 6 September 16th 07 10:12 PM
copying formulae ajs Excel Worksheet Functions 5 July 6th 06 11:41 AM
copying and pasting excel formulae bennyrub Excel Worksheet Functions 2 May 6th 06 07:35 PM
Copying a formulae down a column that includes an INDIRECT A.Webb Excel Discussion (Misc queries) 10 January 14th 06 03:42 AM
when copying formulae from one cell to another it does not work Gav Excel Worksheet Functions 1 May 27th 05 02:33 PM


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