I’m trying to essentially do a Vlookup on my Coda table and have no idea how to do this.
I have a source data table with 3 columns e.g.
Task 1 Jack 2 hours
Task 2 Amanda 3 hours
Task 3 Jack 3 hours
Task 4 Mike 1 hour
Task 5 Amanda 6 hours
I would like to summarise this data into a 2-column table (example below) which automatically sums up the hours for Jack, Amanda and Mike so that when I change the data in the above table (e.g. add more tasks or change hours) the table below is automatically updated.
What you are trying to do is very simple with coda.
First you have to create a table with the team (it is your second table). One column of type “text” with the name of the team member and a second column of type “duration” with the sum of the hours. Than create a task table, with the three columns that you mentioned, but the member team column will be relation type, which will relate to the team table.
Back to the team table, add a formula to total hours columns, something like below and you are ready to go: