May 07, 2019 10:26 AM
Hi - I’m creating a purchasing database for a furniture install project and would like to make various calculations to the summary of a field.
For example - multiplying the summary/subtotal by 8.25% for tax - then multiplying it again by 10% for warehousing and install.
Finally - adding up the subtotal, tax and warehousing and install numbers to get a final total.
Thank you!
May 07, 2019 10:31 AM
If you are referring to the summary bar at the bottom of the field, unfortunately, you cannot make arbitrary calculations in those fields. You can, however, create another table, let’s call it “Summary”. Link every single record (that you want to be included in a particular Summary) to the same record in the “Summary” table, and then you can create lookups/rollups/formulas in the summary that act on the totals of all the records you linked.
Ping back if you need more detailed help setting that up.
May 07, 2019 10:35 AM
Cool. So in the summary table I’ll paste all the records I’ve copied over and link them to these records too?
May 07, 2019 10:40 AM
No, not quite. In the summary table, you’ll have one record (row) that you link ALL of your expense records to. There will be a linked record field there where you will see all of your expense records listed once they are linked. There is no need to copy/paste any data - just create the linked record relationship of ALL expense records to ONE summary record.
Then, from there, you can use a Rollup field to SUM(values)
the “Total” field from those expense records. Then you can use formulas to act on that SUM(total)
.
May 07, 2019 11:05 AM
Ok. I think I have the bones of it. Could I send you some screenshots to consider though? Something is not syncing up for me.
In this shot you’ll see my budget table w/numbers I would like to subtotal in the extended cost field.
May 07, 2019 11:08 AM
So it’s not letting me upload images…
May 07, 2019 03:06 PM
@Olenka_Hand, I’ll try to link you to an example later tonight.
May 07, 2019 03:28 PM
Thanks so much! Do you know of any in-person tutorials - or how to find them in Austin, Texas? :slightly_smiling_face:
May 07, 2019 04:56 PM
Here’s a simple little example base, @Olenka_Hand:
Airtable works like a spreadsheet but gives you the power of a database to organize anything. Sign up for free.
Feel free to look at the formulas and everything, and play around with it to see how it works.
I am not aware of any in-person tutorials, sorry. Have you checked out all the help documents and videos? Also, these forums are a pretty good resource. Are you using Airtable for business, or just personally?
May 08, 2019 08:19 AM
Thank you! Finally figured it out the end of the day yesterday - and your example confirmed my steps. Appreciate it.
Using it for business… The initial step for setting up the linked field with all the records from the budget table was a bit tedious since I had 63 records - and I have to add each record into the one new record right? (Clicking on the + sign each time… Or is there a way to copy all the records and paste them into the one new record in one go?)