How to find usual credit card amounts by each day of the month?

Alex20850

Board Regular
Joined
Mar 9, 2010
Messages
146
Office Version
  1. 365
Platform
  1. Windows
[having trouble uploading sample data]
The credit card period runs from the 6th of month 1 and ends on the 5th of month 2. Then, the payment is due on the 2nd of Month 3.
Then, the 6th of month 2 runs to the 5th of month 3.
etc.
I am trying to find the typical credit card amount for each day of a month.
For example, today is the 20th and if the credit card amount has reached $1,800 is above or below normal.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
This isn't too compact...
Cell Formulas
RangeFormula
C2:C48C2=DAY(A2)
D2:D48D2=IF(DAY(A2)=6,B2,B2+D1)
G2:G32G2=AVERAGEIFS($D$2:$D$220,$C$2:$C$220,F2)
A3:A48A3=A2+1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A220Expression=IF(DAY(A2)=6,TRUE,FALSE)textNO
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,760
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top