Which function to uss to sum categories in a list?

K

kdnichols

Hello All,

I have rows of data where I want to break on two or more items that are
the same and get the total for them.

Would I use an IF statement or an IIF statement?

What are your suggestions and why?

Lets say we have

Sort Order Item Code Max Count Quantity Description
10 888 50 32
apple
10 888 50 22
apple

I want it to break on description each time and sum the quantity for
the apple description.

What is the most efficient way to do this?

Thanks,

Kurt
 
J

JMB

Data/Subtotals - at each change in description, use function Sum on the
column with you quantity.
 

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