cancel
Showing results for 
Search instead for 
Did you mean: 

Excel Spreadsheet for CC Data

tag
tpatterson2k9
Regular Contributor

Excel Spreadsheet for CC Data

I had some spare time so I decided to create an Excel spreadsheet to keep track of my credit accounts (CC's, loans, etc) and it turned out quite nice.  The way I have it set up is that after inputting the CC information (e.g., opening date, balance, CL), the "Age" and "Util" values will automatically be generated.  Also, the formulas toward the bottom of the sheet calculate overall util four different ways (util across all accounts open and closed, util on all open accounts, util on all open and closed revolving accounts, and util on only open revolving accounts).  Also, oldest account age and AAoA are calculated and displayed in months and years.

 

Rather than emailing the spreadsheet, I have copied the formulas in a Microsoft Excel 2007 format and pasted them below.  You should be able to copy and paste the below information directly into Excel 2007 (I don't know if it will work on earlier versions).  When you first paste it into Excel, it will look pretty funky, but if you click the clipboard icon that appears at the bottom right corner of the area you pasted and click "Match Destination Format", it should look much cleaner then.  For the final touches, you'll want to change the format of the "Date Opened" column to a month/year format and then change the "Util" column to a percentage format (right click the top of the column and select "Format Cells").

 

 

Account NameDate OpenedAgeBalanceLimitUtilTypeStatus
American Express Blue Cash Everyday40645=IF(B2<>"",(TODAY()-B2)/31, "")2843900=IF(E2<>"", D2/E2, "")RevolvingOpen
Chase Amazon Rewards Visa #138443=IF(B3<>"",(TODAY()-B3)/31, "")012500=IF(E3<>"", D3/E3, "")RevolvingClosed
Chase Amazon Rewards Visa #239173=IF(B4<>"",(TODAY()-B4)/31, "")05500=IF(E4<>"", D4/E4, "")RevolvingOpen
Citi Bank Dell Financial Services 39753=IF(B5<>"",(TODAY()-B5)/31, "")04000=IF(E5<>"", D5/E5, "")RevolvingClosed
Sam's Club GEMB Discover39814=IF(B6<>"",(TODAY()-B6)/31, "")05850=IF(E6<>"", D6/E6, "")RevolvingOpen
Schools First FCU #138657=IF(B7<>"",(TODAY()-B7)/31, "")02900=IF(E7<>"", D7/E7, "")RevolvingOpen
Schools First FCU #238657=IF(B8<>"",(TODAY()-B8)/31, "")02900=IF(E8<>"", D8/E8, "")RevolvingOpen
Schools First FCU #338657=IF(B9<>"",(TODAY()-B9)/31, "")03900=IF(E9<>"", D9/E9, "")RevolvingOpen
Sear's Citi Bank Discover40026=IF(B10<>"",(TODAY()-B10)/31, "")06000=IF(E10<>"", D10/E10, "")RevolvingClosed
Student Loan #140391=IF(B11<>"",(TODAY()-B11)/31, "")85008500=IF(E11<>"", D11/E11, "")InstallmentOpen
  =IF(B12<>"",(TODAY()-B12)/31, "")  =IF(E12<>"", D12/E12, "")  
  =IF(B13<>"",(TODAY()-B13)/31, "")  =IF(E13<>"", D13/E13, "")  
  =IF(B14<>"",(TODAY()-B14)/31, "")  =IF(E14<>"", D14/E14, "")  
  =IF(B15<>"",(TODAY()-B15)/31, "")  =IF(E15<>"", D15/E15, "")  
  =IF(B16<>"",(TODAY()-B16)/31, "")  =IF(E16<>"", D16/E16, "")  
  =IF(B17<>"",(TODAY()-B17)/31, "")  =IF(E17<>"", D17/E17, "")  
  =IF(B18<>"",(TODAY()-B18)/31, "")  =IF(E18<>"", D18/E18, "")  
  =IF(B19<>"",(TODAY()-B19)/31, "")  =IF(E19<>"", D19/E19, "")  
        
  =IF(B21<>"",(TODAY()-B21)/31, "")  =IF(E21<>"", D21/E21, "")  
  =SUM(C2:C21)=SUM(D2Smiley Very Happy21)=SUM(E2:E21)=AVERAGE(F2:F21)(all accounts)
     =AVERAGEIF(H2:H21,"Open",(F2:F21))(all open accounts)
     =AVERAGEIF(G2:G21, "Revolving", F2:F21)(all revolving)
     =AVERAGEIFS(F2:F21, H2:H21, "Open", G2:G21, "Revolving")(open revolving)
        
  =MAX(C2:C21)Oldest (in months)   
  =C22/COUNT(C2:C21)AAoA (in months)   
  =C27/12Oldest (in years)   
  =C28/12AAoA (in years)   

 

 

NOTE: For the overall util formulas to calculate correctly, the value under the "Type" column should be either "Revolving" or "Installment" and the value under the "Status" column should read either "Open" or "Closed".

 

I thought this would be helpful to others so I'm just passing it along.  Let me know if you have any problems getting it to work.


Starting Scores (lender pull 3/27/10): 759 (EQ), 752 (TU), 749 (EX)
Current Scores (myFICO 4/4/11): 768 (EQ)
Goal Scores: 800


Take the FICO Fitness Challenge
Message 1 of 11
10 REPLIES 10
clownfico
Valued Member

Re: Excel Spreadsheet for CC Data

How cool! Could you add close(statement) dates? Are you accepting donations? Great stuff, tpatterson2k9!

Message 2 of 11
unlucky_hove
Regular Contributor

!!!Re: Excel Spreadsheet for CC Data

Nice!!!!!

Message 3 of 11
DI
Super Contributor

Re: !!!Re: Excel Spreadsheet for CC Data

This is exactly what I need.  Thanks!

Message 4 of 11
MS00000000
Regular Contributor

Re: Excel Spreadsheet for CC Data

Impressive, thank you!

Message 5 of 11
GregB
Valued Contributor

Re: Excel Spreadsheet for CC Data

Mine also has:

 

Color Code the row of the account: Bright Red if I'm paying over 10%; Dull Red if I'm paying any interest (carrying a balance); Black if I pay the statment balance on the due date; Blue if I PIF before Statement; Green if it is unused.

 

Column for Interest Rate and (Interest Rate x Balance) to use in average interest rate calculation

 

Column for each CRAs latest report with the amount they show. Also the various scores from the various CRAs for those amounts.

 

How long it takes for the Lender to report to the CRAs

 

Last Statement Date, Next Statement Date, Date I last updated that account.

 

 

 Edited because my new glasses aren't ready yet and I can't tell the difference between a colon and a semicolon

 

Message 6 of 11
HikingFICOMountain
New Contributor

Re: Excel Spreadsheet for CC Data

This is awesome. Does anyone have any updates to this?

~Four steps to achievement: Plan purposefully. Prepare prayerfully. Proceed positively. Pursue persistently~
Message 7 of 11
kjm79
Valued Contributor

Re: Excel Spreadsheet for CC Data

Mine also has colums for date reported and for the closed accounts, the estimated fall off date. 


CH 7 Filed 7/27/15 Discharged 11/16/15
Starting Score: EQ 620 TU 568 EX 593
Current Score (07/13/16): EQ 674 TU 649 EX 674 (FICO's 08)
Cap1 QS ($5350) (Combined QS and QS1) Discover It ($4100) MilStar ($8,600) Fingerhut ($800)
Off to the garden 05/01/16
Message 8 of 11
Anonymous
Not applicable

Re: Excel Spreadsheet for CC Data

Make sure you change the formula for your AAoA and oldest account age, etc.  You need to you "365.25/12" instead of 31.  Not much of a difference for young accounts, but makes quite a difference on very old accounts. (about a full year difference at 30+ years, give or take).

 

Sorry, Type-A math/science geek.

Message 9 of 11
Anonymous
Not applicable

Re: Excel Spreadsheet for CC Data

Excel is so much fun, hey good luck with your goal to 800 I'm on the same track!

Message 10 of 11
Advertiser Disclosure: The offers that appear on this site are from third party advertisers from whom FICO receives compensation.