+ Reply to Thread
Results 1 to 3 of 3

Auto sum Function

Hybrid View

  1. #1
    vibha
    Guest

    Auto sum Function

    Hi,

    Could you please let me know how can I insert autosum
    function on a huge spreadsheet that has hundreds of
    multiple records in Name column. I want the value to
    return as Bill- in Jan had 106 calls, Feb had 16 and so
    forth for all clients

    Name Jan Feb Mar Apr May
    Bill 14 8 71 11 28
    Bill 29 4 18 93 26
    Bill 63 4 12 65 11
    Jack 15 8 63 12 9
    John 12 5 14 23 19
    John 4 7 1 29 23
    Sam 9 4 7 13 11

    Thanks


  2. #2
    JE McGimpsey
    Guest

    Re: Auto sum Function

    use a Pivot Table. See

    http://peltiertech.com/Excel/Pivots/pivotstart.htm


    In article <0a7701c50568$b6e31440$a501280a@phx.gbl>,
    "vibha" <anonymous@discussions.microsoft.com> wrote:

    > Hi,
    >
    > Could you please let me know how can I insert autosum
    > function on a huge spreadsheet that has hundreds of
    > multiple records in Name column. I want the value to
    > return as Bill- in Jan had 106 calls, Feb had 16 and so
    > forth for all clients
    >
    > Name Jan Feb Mar Apr May
    > Bill 14 8 71 11 28
    > Bill 29 4 18 93 26
    > Bill 63 4 12 65 11
    > Jack 15 8 63 12 9
    > John 12 5 14 23 19
    > John 4 7 1 29 23
    > Sam 9 4 7 13 11
    >
    > Thanks
    >


  3. #3
    Peo Sjoblom
    Guest

    RE: Auto sum Function

    You can use sumif or sumproduct, I would personally use multiple sumif like

    =SUMIF($A$2:$A$100,"Bill",B$2:B$100)

    then copy across to cover all months then sum the line of sumif

    or use

    =SUMPRODUCT(($A$2:$A$100="Bill")*(B2:F100))


    replace Bill with a cell where you put in the names

    Regards,

    Peo Sjoblom

    "vibha" wrote:

    > Hi,
    >
    > Could you please let me know how can I insert autosum
    > function on a huge spreadsheet that has hundreds of
    > multiple records in Name column. I want the value to
    > return as Bill- in Jan had 106 calls, Feb had 16 and so
    > forth for all clients
    >
    > Name Jan Feb Mar Apr May
    > Bill 14 8 71 11 28
    > Bill 29 4 18 93 26
    > Bill 63 4 12 65 11
    > Jack 15 8 63 12 9
    > John 12 5 14 23 19
    > John 4 7 1 29 23
    > Sam 9 4 7 13 11
    >
    > Thanks
    >
    >


+ 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