Help needed! - Creating Credit Card Outstanding Balance
Hi all!
New Airtable user here. I need help! i have a ongoing master list of every transactions each of my credit card makes.
on another table i want to be able to track the outstanding balance of each credit card. i understand i need to use to rollup function, but i cant seem to figure it out!
I would appreicate any help!
Credit Card Dashboard (where the it shows outstanding balance for each card)
Thank you.
Page 1 / 1
The easiest thing for you would be to convert your existing “credit card used” field to a linked record field, because:
In your transactions table, each transaction needs to link to one of your credit cards in your credit cards table.
So you will need to create a linked record field in your transactions table, in order to link each transaction to one of your credit cards.
After you create a linked record field in the transactions table, Airtable will automatically create the “reverse linked record field” in your credit card table.
You would then create your rollup field in your credit card table, using that “reverse linked record field” as the link.
Change the field type to ‘Link to another record’ and select the ‘Credit Card Dashboard’ table
This’ll automatically link up all your existing data
In the ‘Credit Card Dashboard’ table, create a rollup field with the ‘Amount’ field, and use the formula ‘SUM(values)’
This’ll show you the amount for each card
You mentioned wanting the outstanding balance though, and so there are a couple of other things that I think we might have to do:
Log the statement period of each card so that we know which statement the transactions will be part of
Not too sure how we’re going to handle whether the card uses posting date or transaction date though. Does each card usually have the same time delay for posting date? If you’re keying in the data from the CC statement this isn’t an issue though
Create a new table where each record represents a single credit card and a single statement period, linked to the relevant transactions, called ‘CC Statements’ or something
Create a new table where each record represents a single credit card payment, linked to the CC Statements table
And with this you’d be able to log the actual outstanding vs paid amount for each card
---
Getting the data into Airtable is also another whole thing unto itself though. Are you keying in all the data manually right now? With the AI fields, I think you could upload the statement PDF and get it to convert it for you into individual rows
I built a thing awhile ago that would convert the credit card email alerts into Airtable records but that plugged into Google Apps Script directly