+ Reply to Thread
Results 1 to 7 of 7

COUNTIFS and SUMIFS

Hybrid View

EmilVictor COUNTIFS and SUMIFS 07-16-2015, 02:54 AM
NeedForExcel Re: COUNTIFS and SUMIFS 07-16-2015, 02:59 AM
EmilVictor Re: COUNTIFS and SUMIFS 07-16-2015, 03:02 AM
NeedForExcel Re: COUNTIFS and SUMIFS 07-16-2015, 03:10 AM
Czeslaw Re: COUNTIFS and SUMIFS 07-16-2015, 08:43 AM
newdoverman Re: COUNTIFS and SUMIFS 07-16-2015, 09:54 AM
Czeslaw Re: COUNTIFS and SUMIFS 07-16-2015, 10:22 AM
  1. #1
    Registered User
    Join Date
    08-27-2013
    Location
    philippines
    MS-Off Ver
    Excel 2003
    Posts
    23

    COUNTIFS and SUMIFS

    Hi Guys

    this is what i wanted to happen

    i wanted to count if and sum if base on the re-sign

    my problem is the computer generated data is not the same.

    so like i need to =left it or right

    could not pull it off

    help

    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: COUNTIFS and SUMIFS

    So you want count if and sum if based on Re-Sign?

    You can use this.

    =COUNTIF($B$2:$B$37,$B$2)

    =SUMIF($B$2:$B$37,"Re-Sign",$C$2:$C$37)

    And don't understand why Left/Right is required when you have Re-Sign as is? Am I missing something?
    Cheers!
    Deep Dave

  3. #3
    Registered User
    Join Date
    08-27-2013
    Location
    philippines
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: COUNTIFS and SUMIFS

    yeah but base on there type.

    like how many resign for unlimited,1 items,5 items,

  4. #4
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,879

    Re: COUNTIFS and SUMIFS

    Try Using a Pivot Table..

    See the attached file..
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,406

    Re: COUNTIFS and SUMIFS

    I offer this option.
    Attached Files Attached Files

  6. #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

  7. #7
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,406

    Re: COUNTIFS and SUMIFS

    Add estimate on re-sign.
    Attached Files Attached Files

+ 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. [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