Hi Coda Community!
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.
Jack 5 hours
Amanda 9 hours
Mike 1 hour
Grateful for any help please! Thanks!!