I'm trying to count the number of chargebacks that were received in 1 month but were for different months.
An example: I received 29 chargebacks in July, and 8 were for May, 9 were for April, 10 for June, and 2 for July trx.
I've been trying to use countif but am falling short of accomplishing this. I've been able to get the total chargebacks in the timeframe, but further breaking it down has been a pain.
For # of chargebacks received in a given month, I've used:
=COUNTIF(Total!$G$2:$G$4000,">5/31/2008")-COUNTIF(Total!$G$2:$G$4000,">6/30/2008")
For # of chargebacks FOR a given month, I've used:
=COUNTIF(Total!$F$2:$F$4000,">5/31/2008")-COUNTIF(Total!$F$2:$F$4000,">6/30/2008")
Column F is the transaction date, and date of notification for chargeback is G.
Any assistance folks can lend in this is MUCH appreciated. I have a preso to the board tomorrow and could REALLY use this data.
Bookmarks