Results 1 to 11 of 11

count # of unpaid months in data, replacing pivot that counted the unpaid months

Threaded View

  1. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,096

    Re: count # of unpaid months in data, replacing pivot that counted the unpaid months

    Seems to me that what you are attempting to do is necessarily complicated.
    To demonstrate a part of what I believe would be needed a range (K:V) has been populated showing for which months the corresponding sources and lists have values using:
    Formula: copy to clipboard
    =IF(COUNTIFS($A$2:$A$129,K$1,$B$2:$B$129,$B2,$C$2:$C$129,$C2,$D$2:$D$129,$D2,$E$2:$E$129,$E2,$G$2:$G$129,$G2,$H$2:$H$129,$H2,$I$2:$I$129,$I2),1,"")

    The count is in column W
    I feel that you would then need to make a table to get the sums per month showing ones in the first added table and then get the average.
    This is not to mention that you might need a further table that would display the unique sources/lists along with counts and averages so that you aren't having to look through multiple rows of duplicate information.
    I would think a better choice would be to display the pivot table in tabular form, along with the count and average columns as modeled.
    Note: It appeared that originally the columns for average were supposed to only average values for certain months. The column for average that is being modeled in column T has an adjustable range based on the values in T1:T2
    Formula: copy to clipboard
    =IFERROR(AVERAGEIFS(F6:Q6,F$5:Q$5,">="&T$1,F$5:Q$5,"<="&T$2),0)

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 03-01-2018, 02:03 AM
  2. Identifying UNPAID amounts between Paid documents and Unpaid Documents
    By bearlove05 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-24-2016, 01:06 AM
  3. Replies: 2
    Last Post: 03-19-2014, 07:26 PM
  4. Replies: 8
    Last Post: 09-06-2013, 05:57 AM
  5. unpaid Invoices
    By hasanbirol in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 09-17-2012, 12:16 PM
  6. How to count unpaid installments.
    By rushatiindia in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-20-2008, 01:42 AM
  7. Paid vs Unpaid
    By ems.payroll in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 10-03-2008, 04:50 PM

Tags for this Thread

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