Welcome to the community, @Brenda_Castro2! :grinning_face_with_big_eyes: When I find myself wanting to do more detailed tracking/processing with items a single-select or multiple-select field, I’ll often turn that field into a link to another table. By having your records link to another table (I’ll refer to it as the oOptions]
table for now), you can add a Count field type to count how many records are linking from your main table to the oOptions]
table, which will give you the summary info you’re seeking. It also opens the doors for even more complex processing, depending on what else you might want to do with those options.
Welcome to the community, @Brenda_Castro2! :grinning_face_with_big_eyes: When I find myself wanting to do more detailed tracking/processing with items a single-select or multiple-select field, I’ll often turn that field into a link to another table. By having your records link to another table (I’ll refer to it as the oOptions]
table for now), you can add a Count field type to count how many records are linking from your main table to the oOptions]
table, which will give you the summary info you’re seeking. It also opens the doors for even more complex processing, depending on what else you might want to do with those options.
Thanks a lot Justin!
I’ll try that, I’m really terrible with spreadsheets in general so let’s see how it goes
:crossed_fingers:
Thanks a lot Justin!
I’ll try that, I’m really terrible with spreadsheets in general so let’s see how it goes
:crossed_fingers:
Ok, I’m a bit stuck…
I can do the count in another table but then I have to add manually the count for each of my options, which is just too much work and doesn’t seem to the best solution there is to simply getting a count of each of the options by column
Ok, I’m a bit stuck…
I can do the count in another table but then I have to add manually the count for each of my options, which is just too much work and doesn’t seem to the best solution there is to simply getting a count of each of the options by column
Airtable is actually a mix of a database and a spreadsheet, leaning a bit closer to the former. Data storage and manipulation is different than a traditional spreadsheet, so you don’t add summary rows to tally data. Rows are records, and records don’t have any knowledge of each other, so you can’t just sum a column (aside from the built-in summary bar at the bottom of the window)
You don’t need to do the count manually. If you each record in your main table links to an option record in the rOptions]
table, you can then add a special field type called a Count field. That will use the incoming record links and tell you how many links there are for each record, which will let you know how many of each option are chosen in your main table.
I’m short on time at the moment, but if that doesn’t clear things up, let me know and I’ll walk you through it in more detail.
Airtable is actually a mix of a database and a spreadsheet, leaning a bit closer to the former. Data storage and manipulation is different than a traditional spreadsheet, so you don’t add summary rows to tally data. Rows are records, and records don’t have any knowledge of each other, so you can’t just sum a column (aside from the built-in summary bar at the bottom of the window)
You don’t need to do the count manually. If you each record in your main table links to an option record in the tOptions]
table, you can then add a special field type called a Count field. That will use the incoming record links and tell you how many links there are for each record, which will let you know how many of each option are chosen in your main table.
I’m short on time at the moment, but if that doesn’t clear things up, let me know and I’ll walk you through it in more detail.
Wow, million thanks @Justin_Barrett !
I must have been trying the hard way. I’ll get back to it and will let you know if/when I give up and need to beg for help again
Cheers!