+ Reply to Thread
Results 1 to 2 of 2

Adding specific cells in column

  1. #1
    MG
    Guest

    Adding specific cells in column

    The lines are detailed by person and detail for each person, then a line for
    budget and a line for actuals. The columns are by date then sumarised by
    month.
    Along the bottom I want to add up a total for all the budget lines and all
    the actual lines. But I want the formula to remain intact if additional
    lines are inserted or deleted.
    ie +b5+b10+b15 etc (and cell a5,a10,a15 = budget) the same for the actuals
    thanks
    --
    MG

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Adding specific cells in column

    MG

    use SUMIF

    =SUMIF($A:$A,"budget",$B:$B)
    =SUMIF($A:$A,"actual",$B:$B)

    Not sure what you mean by "along the bottom". You could *not* put these
    formulae in column A or B. But, say you used cells A1 to B30, you could put
    the formulae in C31 and D31 ... anywhere you like, in fact, below or
    alongside the data

    Regards

    Trevor


    "MG" <[email protected]> wrote in message
    news:[email protected]...
    > The lines are detailed by person and detail for each person, then a line
    > for
    > budget and a line for actuals. The columns are by date then sumarised by
    > month.
    > Along the bottom I want to add up a total for all the budget lines and all
    > the actual lines. But I want the formula to remain intact if additional
    > lines are inserted or deleted.
    > ie +b5+b10+b15 etc (and cell a5,a10,a15 = budget) the same for the actuals
    > thanks
    > --
    > MG




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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