+ Reply to Thread
Results 1 to 4 of 4

Count per quarter base on previous quarter.

  1. #1
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    440

    Count per quarter base on previous quarter.

    Hi,

    I have a list of data with member withdrawing their money. The company will pay for the first 3 withdrawals and the member will assume the rest, but base on each quarter cumulatively.

    Is there a way to do the calculation or a pivot table to calculate such thing?

    See attachment.
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,897

    Re: Count per quarter base on previous quarter.

    attached is your file with a Pivot Table showing the withdrawals per quarter by participant. You can click on the first column where the participant ID is located and see the actual amounts withdrawn. Hopefully, this will get you closer to what you need for your analysis
    Attached Files Attached Files
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,223

    Re: Count per quarter base on previous quarter.

    Checking if withdrawals are per quarter or cumulative?
    Last edited by JohnTopley; 04-19-2018 at 03:55 PM.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,223

    Re: Count per quarter base on previous quarter.

    Assuming cumulative:

    "Helper" columns in E:H to get Quarterly figures

    in E2

    =IF(AND($B2>=E$1,$B2<=EOMONTH(E$1,2)),IF(COUNTIF($C$2:$C2,$C2)<=3,"CP","EP"),"")

    Copy across and down

    in L2

    =SUMIF(E:E,"CP",$D:$D)

    copy across

    in L3

    =SUMIF(E:E,"EP",$D:$D)

    Copy across

    see "SHEET2"
    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. count days that fall within specified quarter from large range
    By amajor99 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-15-2017, 03:39 PM
  2. [SOLVED] Getting previous quarter using formula
    By kay007 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-13-2016, 09:29 AM
  3. VBA Datepart return Quarter of previous month
    By matteobsuetti in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-25-2015, 03:03 AM
  4. Quarter over Quarter Comparison
    By excelhelplease! in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-02-2014, 04:20 AM
  5. Count number of days in a quarter
    By Darkpork in forum Excel General
    Replies: 3
    Last Post: 07-16-2010, 05:22 AM
  6. Round to previous quarter end
    By Scottmk in forum Excel General
    Replies: 2
    Last Post: 04-27-2007, 12:02 PM
  7. [SOLVED] Calculate % variance on previous quarters. Quarter %, etc. pivot
    By DaveC in forum Excel General
    Replies: 1
    Last Post: 08-08-2005, 01:45 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