Results 1 to 3 of 3

Thread: How to disable auto formula update in Excel

  1. #1
    Join Date
    Dec 2011
    Posts
    64

    How to disable auto formula update in Excel

    Hi friends, I have a number of multi-year spreadsheets for collecting and analyzing monthly costs for a small business. Every month, I delete the oldest month and insert a new month (delete a row or column and add a new one at the opposite end of the spreadsheet). But recently Excel, however, automatically changes our formulas (total cost, average cost, total one year ago, etc.) because the data moved on the spreadsheet; and we have to manually update all the formulas. Is there any way to stop auto formula update? If yes then please let me know

  2. #2
    Join Date
    Aug 2011
    Posts
    564

    Re: How to disable auto formula update in Excel

    Include an extra blank row/column in your formula, this way, when deleting the last row/column on data; the actual last row/column will not be affected. This is one of the ways that you can use to avoid this thing in Excel.

  3. #3
    Join Date
    Jul 2011
    Posts
    440

    Re: How to disable auto formula update in Excel

    Here's a suggestion - try using =offset () in your formula.

    For example:
    If your data has column headings in row 1 add a new row above it. Then in cell A1 enter =count ($a: $a)-2 (the -2 is to account for the cell itself and the heading) this will give the number of rows of data and will update when rows are added or deleted.
    For your formulae you then use this number of rows in an offset function =offset (reference,rows,cols,height,width) so if column B has monthly sales starting in B3 the last 12 months total is: =SUM(OFFSET(B2,$A$1,,-12)) No matter how many rows are added or removed this will always sum the last 12 rows

    hope it helps

Similar Threads

  1. disable office 2007 auto update
    By nail in forum Office Update Service
    Replies: 1
    Last Post: 12-09-2012, 01:40 PM
  2. Disable Excel 2007 Date Auto Format
    By Forrest Ranger in forum MS Office Support
    Replies: 2
    Last Post: 09-02-2012, 06:36 PM
  3. Want to disable auto update to Skype 5
    By Kusumanjali in forum Windows Software
    Replies: 8
    Last Post: 07-08-2011, 01:02 PM
  4. How to disable auto format in excel
    By Ameeryan in forum Windows Software
    Replies: 3
    Last Post: 27-10-2009, 07:18 PM
  5. Disable Auto Restart in Windows Update
    By Gallard in forum Operating Systems
    Replies: 2
    Last Post: 16-01-2009, 04:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,912,244.80890 seconds with 17 queries