If you have the Users in a separate table, you can use a rollup field to accomplish this. In the table where their form responses are logged, you have the hours logged and the available hours fields. If you haven't already, add a linked record to the table where you have the users stored. In the Users table, add a lookup field that pulls the hours logged values to that table. Then, back in the first table, add a rollup field like below. After that, you can just add a final formula field that gives you their total available hours-rollup

If you have the Users in a separate table, you can use a rollup field to accomplish this. In the table where their form responses are logged, you have the hours logged and the available hours fields. If you haven't already, add a linked record to the table where you have the users stored. In the Users table, add a lookup field that pulls the hours logged values to that table. Then, back in the first table, add a rollup field like below. After that, you can just add a final formula field that gives you their total available hours-rollup

Hey Emily! Thanks for the help; however, my setup is a bit different.
My "Person" field is a lookup from a synced table.
My "Available Hours" is also a lookup from the same synced table but a different field.
These synced fields that I'm pulling from get updated by other teams, and I have everything pulling into one table.
This is the way it is currently setup:

Hey Emily! Thanks for the help; however, my setup is a bit different.
My "Person" field is a lookup from a synced table.
My "Available Hours" is also a lookup from the same synced table but a different field.
These synced fields that I'm pulling from get updated by other teams, and I have everything pulling into one table.
This is the way it is currently setup:

In your synced table that the 'person' field is coming from, make sure you have also added a lookup field to the field you have for 'hours logged' in the table you've shown.

Then, you just need add a rollup field that sums the 'hours logged' field from the table with the list of users.


In your synced table that the 'person' field is coming from, make sure you have also added a lookup field to the field you have for 'hours logged' in the table you've shown.

Then, you just need add a rollup field that sums the 'hours logged' field from the table with the list of users.


Great, thank you! I got it to work by adding the lookup field to the other synced table as you demonstrated.