sum values in a data group

B

BigTim

I would like to find a way to dynamically sum values in a datagroup so that
if I add or remove items from the the grou the SUM value is updated.

Example:
I create a list of items in a price sheet.

Widget Parts Price$6
part1 $1
part2 $2
part3 $3

I group them all together:
data > group and outline > grouip

I want to sum all the parts so that no matter how many parts I add or remove
the Price$ will automically update. Currently, if I add or remove parts I
have to update the SUM() for Price$.
 
D

Dave Peterson

If you put "widget" on each of the part# rows, you could sort your data and do
Data|Subtotals to get those totals. If you add more parts/assemblies, you could
resort and redo the data|subtotals.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top