LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 515
Default Copying Formulas

Sorry for the lapsus latina. If =SUM($A1:A20) is copied down, it will change
to =SUM($A2:A21). If =SUM($A$1:A20) is copied down, it will change to
=SUM($A$1:A21)

--
Hth

Kassie Kasselman
Change xxx to hotmail


"Kassie" wrote:

There are a number of ways to achieve this. I take it that when you say you
do not want the formula to change, you do not want the cell addresses in the
formula to change.

If you use absolute cell addresses, it will not change. You do this by
adding a "$" before each parameter you do not want to change. Say you have a
formula in B1 that reads =SUM(A1:A20). If you copy this one row down, it
will change to =SUM(A2:A21). If you copy it to C1, it will change to
=SUM(B1:B20). Now you start adding $ signs.

If =SUM($A1:A20) is copied one row down, it will change to =SUM($A1:A21)
When copied one column over, it will change to =SUM($A1:B20)

if =SUM($A$1:A20) is copied down, it will change to =SUM($A$1:A21), and if
copied one column over, to =SUM($A$1:B20).

The same applies if $ signs are added before the second part of the formula,
eg =SUM($A$1:$A20) and =SUM($A$1:$A$20)

--
Hth

Kassie Kasselman
Change xxx to hotmail

 
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 formulas aevans Excel Discussion (Misc queries) 4 August 1st 07 04:58 AM
Copying Formulas Michael E. Gibson Excel Worksheet Functions 0 November 15th 06 11:38 PM
Copying Formulas Craig Excel Worksheet Functions 0 June 2nd 06 02:56 PM
Copying formulas ArenaNinja Excel Discussion (Misc queries) 3 May 16th 06 12:56 AM
Copying formulas DQ1 Excel Discussion (Misc queries) 3 August 31st 05 06:16 PM


All times are GMT +1. The time now is 06:56 PM.

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"