Complicated Question:)

Hello, I need some smart ones who can figure out a way to solve my problem:)

I am making a packing list.
Now I have 2 tabs (list of equipment and packing list).
Both tabs are checklist and now only the components “checked” is displaying in “packing list”. All good.
Every component has a description and a weight (kg).

Problem: Is there any way to sum up the weight of the elements displaying in “packing list” the and display this somewhere? (reason for interest in this number is to see the weight of the backpack:)

Any suggestions?

  • Use a Query column on your List, using a filter of (whichever column it is) “is checked”.
  • Then use a Rollup column that takes a sum of the weight via the Query column.
2 Likes