+ Reply to Thread
Results 1 to 5 of 5

Summing multiple values based on cell contents

  1. #1
    Registered User
    Join Date
    10-01-2012
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2010
    Posts
    51

    Summing multiple values based on cell contents

    Hey guys, I'm trying to sum different percentages based on if a cell in the column has text in it. I'm basically trying to see the total email coverage per day based on if that region has text in it.

    So D2 should equal 76% (sum of C3:C6) and E2 should equal 77% (sum of C3:C4 + C6:C8).

    I have attached a workbook as an example. Any help would be appreciated, thanks! KCCO!
    Attached Files Attached Files
    KCCO

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Summing multiple values based on cell contents

    In d2

    =SUMIF(D3:D11,"<>"&"",$C$3:$C$11)

    Copy across
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Summing multiple values based on cell contents

    Try this...

    Entered in D2:

    =SUMIF(D3:D11,">0",$C$3:$C$11)

    Format as Percentage, 0 decimal places.

    Copy across as needed.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-01-2012
    Location
    Indianapolis, Indiana
    MS-Off Ver
    Excel 2010
    Posts
    51

    Re: Summing multiple values based on cell contents

    Thanks guys. This work just as I needed it to.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Summing multiple values based on cell contents

    You're welcome. We appreciate the feedback!

+ 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