Results 1 to 7 of 7

COUNTIFS and SUMIFS

Threaded View

  1. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: COUNTIFS and SUMIFS

    Here are different calculations relating to your worksheet:
    Reason for Non Renewal:
    Count:
    Formula: copy to clipboard
    =COUNTIF($B$2:$B$37,G12)

    or ARRAY formula entered with Ctrl + Shift + Enter
    Formula: copy to clipboard
    =COUNT(IF($B$2:$B$37=G19,$C$2:$C$37))


    Sum:
    Formula: copy to clipboard
    =SUMIF($B$2:$B$37,G12,$C$2:$C$37)

    or
    Formula: copy to clipboard
    =SUMPRODUCT(($B$2:$B$37=G19)*($C$2:$C$37))


    The formulae for Package Types are the same except column A replaces Column B

    Pivot tables are also used.

    The enclosed file has the results.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Tell me about countifs & sumifs
    By keshavtale in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-29-2015, 09:01 AM
  2. [SOLVED] Countifs and sumifs using Name Range
    By anh03 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-23-2015, 11:19 PM
  3. Countifs or Sumifs
    By RalstonT14612 in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 11-30-2014, 02:02 PM
  4. [SOLVED] COUNTIFS and SUMIFS formula help
    By jmcole in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-05-2014, 07:56 PM
  5. [SOLVED] I can countifs a range but not sumifs
    By port in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-18-2014, 07:06 PM
  6. Need help in Excel SUMIFS + COUNTIFS
    By milehisweetipie in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-24-2013, 08:11 PM
  7. Sumifs and countifs
    By JohnGault82 in forum Excel General
    Replies: 3
    Last Post: 02-03-2011, 05:31 PM

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