I am looking for some help in utilizing sum function based on multiple data relationships
Below is an example:
data 1 data 2 data 3 qty
a b c 3
a b c 5
a d e 1
f b c 5
f b c 7
so for every instance of a/b/c occurring i would need the total qty summed
in the above there is a total qty of 8 for a/b/c, and a total qty of 12 for f/b/c. I am working with a spreadsheet with over 2000 combinations for the data1/2/3 fields and need the qty for each combination summed while retaining the formatting in 1/2/3.
Can this be done?
Below is an example:
data 1 data 2 data 3 qty
a b c 3
a b c 5
a d e 1
f b c 5
f b c 7
so for every instance of a/b/c occurring i would need the total qty summed
in the above there is a total qty of 8 for a/b/c, and a total qty of 12 for f/b/c. I am working with a spreadsheet with over 2000 combinations for the data1/2/3 fields and need the qty for each combination summed while retaining the formatting in 1/2/3.
Can this be done?