+ Reply to Thread
Results 1 to 3 of 3

Preventing ever decreasing sums

  1. #1
    Forum Contributor
    Join Date
    03-05-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    301

    Preventing ever decreasing sums

    Hi all

    I have a row. in the first three cells there is fixed title data. in the 4th cell, I have a sum that calculates the following 10 cells along that row.

    =SUM(E1:N1)

    The problem is that I need to allow my user to delete E1, and add new data into column N. Once the user deletes column E, the sum automatically changes.

    =SUM(#Ref)

    How can I prevent this from occuring. I need to force this sum to do as it's told - and I'd rather not stand over it with a whip.

    Any suggestions plz?

    Cheers

  2. #2
    Forum Contributor
    Join Date
    02-20-2014
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    170

    Re: Preventing ever decreasing sums

    Try using this:

    =SUM(INDEX($1:$1,1,5):INDEX($1:$1,1,14))

  3. #3
    Forum Contributor
    Join Date
    03-05-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    301

    Re: Preventing ever decreasing sums

    Genius! Thank you very much. I love learning this stuff about excel.

    Take a rep for your quick and excellent response!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formula for decreasing value.
    By omnifold in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-22-2013, 03:16 PM
  2. Decreasing numbers in cell
    By angelboy in forum Excel General
    Replies: 8
    Last Post: 01-23-2010, 10:32 AM
  3. increasing/decreasing by one
    By pagheca in forum Excel General
    Replies: 2
    Last Post: 05-14-2008, 04:57 AM
  4. increasing/decreasing; decreasing rate - problem
    By vasyuta in forum Excel General
    Replies: 0
    Last Post: 08-23-2006, 05:26 PM
  5. [SOLVED] formula for decreasing $420.00 by 4 percent
    By bstclair in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1