#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default COPY FORMULA

I have a formula in row 1 with the range c1: n1 named materials so formula is
=sum(materials) however when I try and copy thsi formula down to nect row it
stays as =sum(materials).
can somebody please help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default COPY FORMULA

Hi,

Do it with the formula =SUM(C1:N1) but 'manually' enter it i.e. don't select
the range to input the formula because if you do it will change to
=sum(materials). You can then drag down and the formula will increment.

Doing it this way you can keep your named range in case you use it somewhere
else.

Mike

"Stuart WJG" wrote:

I have a formula in row 1 with the range c1: n1 named materials so formula is
=sum(materials) however when I try and copy thsi formula down to nect row it
stays as =sum(materials).
can somebody please help

  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default COPY FORMULA

That's how it behaves, ie like a fixed range: $C$1:$N$1. If you want to
retain the defined name, and still be able to propagate the formula down
normally, ie so that it becomes in the next formula cell: =SUM(C2:N2), etc,
use this to replace the formula in your startcell:
=SUM(OFFSET(materials,ROWS($1:1)-1,))

Any good? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
"Stuart WJG" wrote:
I have a formula in row 1 with the range c1: n1 named materials so formula is
=sum(materials) however when I try and copy thsi formula down to nect row it
stays as =sum(materials).
can somebody please help

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
copy formula result (text) only - without copying formula Mulberry Excel Discussion (Misc queries) 2 October 2nd 08 09:51 AM
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 AM
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values Dennis Excel Discussion (Misc queries) 10 March 2nd 06 10:47 PM
Copy formula so destination displays formula as text Omunene Excel Discussion (Misc queries) 2 September 30th 05 06:28 PM


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