Results 1 to 20 of 20

Help with multiple COUNIFS & SUMIFS

Threaded View

  1. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Help with multiple COUNIFS & SUMIFS

    Hi
    Use in H8 adn copy down
    Formula: copy to clipboard
    =IFERROR(IF(ISNUMBER(F8),COUNTIF($D$8:$D$103,D8)/SUMIF($D$8:$D$103,D8,$G$8:$G$103),""),"")

    Use in I8 an array formula (you must enter with CTRL+SHIFT+ENTER) and copy down
    =IF(ISNUMBER(F8),MAX(--($D$8:$D$103=D8)*$G$8:$G$103)/MIN(IF(--($D$8:$D$103=D8)*$G$8:$G$103>0,$G$8:$G$103,1E+99)),"")
    In J8 use and copy down
    Formula: copy to clipboard
    =IF(ISNUMBER(F8),$K$8/I8,"")

    see the file
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] COUNIFS exlcuding some texts where it i in Exclusion list 091115-2
    By thilag in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-16-2015, 05:58 AM
  2. [SOLVED] COUNIFS exlcuding some texts in vertical columns
    By thilag in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-09-2015, 04:20 AM
  3. Replies: 5
    Last Post: 02-06-2015, 08:44 PM
  4. SUMIFS COUNIFS for just Monday-Friday
    By hc91 in forum Excel General
    Replies: 1
    Last Post: 09-04-2014, 10:28 AM
  5. Replies: 2
    Last Post: 01-23-2013, 06:25 AM
  6. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  7. Counifs then multiply to another column
    By equitalig in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-15-2011, 11:07 AM

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