Yeah this is doable. Try:
1. Creating a new table and called it "Summary" or something
2. Create a linked field in your original table to the "Summary" table
3. In your original table, copy the values of the "Name" field and paste them all into the linked field to the "Summary" table
4. In your "Summary" table, create a rollup field on the "Duration" field with the formula `SUM(values)`
You should end up with this:


And here's a link to the base
Yeah this is doable. Try:
1. Creating a new table and called it "Summary" or something
2. Create a linked field in your original table to the "Summary" table
3. In your original table, copy the values of the "Name" field and paste them all into the linked field to the "Summary" table
4. In your "Summary" table, create a rollup field on the "Duration" field with the formula `SUM(values)`
You should end up with this:


And here's a link to the base
Thank you! I will give this a try.
Yeah this is doable. Try:
1. Creating a new table and called it "Summary" or something
2. Create a linked field in your original table to the "Summary" table
3. In your original table, copy the values of the "Name" field and paste them all into the linked field to the "Summary" table
4. In your "Summary" table, create a rollup field on the "Duration" field with the formula `SUM(values)`
You should end up with this:


And here's a link to the base
Thank you again for providing the example. 👍
I did re-create this base and got everything to work. I did add in one more field on table 1 for the project number. I am wondering if you happen to know of a way that can group the data by specific projects so the rollups are not clumping like tasks from different projects into one.
Here is the base link.
I am not sure if is a super complex build in Airtable that may require a script to be able to separate the data out in that way.
Thank you again for providing the example. 👍
I did re-create this base and got everything to work. I did add in one more field on table 1 for the project number. I am wondering if you happen to know of a way that can group the data by specific projects so the rollups are not clumping like tasks from different projects into one.
Here is the base link.
I am not sure if is a super complex build in Airtable that may require a script to be able to separate the data out in that way.
Glad I could help!
The base link you provided doesn't work I'm afraid and I have requested access
Thank you again for providing the example. 👍
I did re-create this base and got everything to work. I did add in one more field on table 1 for the project number. I am wondering if you happen to know of a way that can group the data by specific projects so the rollups are not clumping like tasks from different projects into one.
Here is the base link.
I am not sure if is a super complex build in Airtable that may require a script to be able to separate the data out in that way.
Ah I see what you mean. You'll need to create a formula field that combines the task and project names and use that as the linked field value like so:


I've updated the original base with said functionality
Ah I see what you mean. You'll need to create a formula field that combines the task and project names and use that as the linked field value like so:


I've updated the original base with said functionality
Thank you! This worked for my use case.