Help summing a column of data in a table that references another table

Hello - I am trying to add a list of data in a table (column F) that is based on the users selection of an adjacent drop down in Column E. Note that the drop down value in column E is tied to the row header in Column A which is pulled from a different table. How can I sum the values in Column F?

Can you elaborate more on your use-case? Afaik, this can happen using the :sum operator (if you want a add a list of numbers), or the :count operator. Not sure what your setup looks like though

This topic was automatically closed after 70 days. New replies are no longer allowed.