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
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