#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excell formulas

As you know in office you can add a formula to a cell and then drag this
formula down the colum, for example when doing household credit and debit
accounts. Although the formula workls if I enter it in an individual cell,
dragging it down only repeats the number in the previous cell. This is a
recent problem if anyone can assist?
--
Chris
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Excell formulas

Show us what the formula looks like? Wonder it you have absolute references.

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"chris pugh" <Cheshire UK wrote in message
...
As you know in office you can add a formula to a cell and then drag this
formula down the colum, for example when doing household credit and debit
accounts. Although the formula workls if I enter it in an individual
cell,
dragging it down only repeats the number in the previous cell. This is a
recent problem if anyone can assist?
--
Chris



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 111
Default Excell formulas

I'm thinking maybe calculation got set to manual. Does F9 update the
formulas? Go to Tools-Options-Calculation and check Automatic.
--
Kevin Vaughn


"Bernard Liengme" wrote:

Show us what the formula looks like? Wonder it you have absolute references.

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"chris pugh" <Cheshire UK wrote in message
...
As you know in office you can add a formula to a cell and then drag this
formula down the colum, for example when doing household credit and debit
accounts. Although the formula workls if I enter it in an individual
cell,
dragging it down only repeats the number in the previous cell. This is a
recent problem if anyone can assist?
--
Chris




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Excell formulas

Hi Chris,

I am now having the same problem you experienced. Have you solved that
problem? Do you mind to share the trick?:-) Thanks,

Grace

"chris pugh" wrote:

As you know in office you can add a formula to a cell and then drag this
formula down the colum, for example when doing household credit and debit
accounts. Although the formula workls if I enter it in an individual cell,
dragging it down only repeats the number in the previous cell. This is a
recent problem if anyone can assist?
--
Chris

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Excell formulas

Here are a couple of things to look at.

Make sure calculation is set to automatic.

ToolsOptionsCalculation tabAutomatic

Your formulas might be using absolute referencing when they should be using
relative referencing. For example:

=SUM(A$1:B$1)

When you copy that formula down a column the references don't change so all
copies will return the same result.

=SUM(A1:B1)

When you copy that formula down a column the references will change so all
copies will return the expected result.

--
Biff
Microsoft Excel MVP


"Grace" wrote in message
...
Hi Chris,

I am now having the same problem you experienced. Have you solved that
problem? Do you mind to share the trick?:-) Thanks,

Grace

"chris pugh" wrote:

As you know in office you can add a formula to a cell and then drag this
formula down the colum, for example when doing household credit and debit
accounts. Although the formula workls if I enter it in an individual
cell,
dragging it down only repeats the number in the previous cell. This is a
recent problem if anyone can assist?
--
Chris





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
Why is Paste Formulas option is acting like Paste All option? GoHokiesJLK Excel Worksheet Functions 2 August 10th 06 09:12 PM
how can i get formulas in excel to copy and paste? bman Excel Worksheet Functions 1 October 3rd 05 04:15 PM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
locking formulas?? Rob Excel Discussion (Misc queries) 1 July 27th 05 09:27 AM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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