Hi all,
I am trying to complete a problem where I have some Items that have both properties and values assigned to them. I would like to sum all values for each property. However, the items are assigned properties and values in different tables, as such:
Items & Properties
And:
Items & Values
Due to the nature of the data and the format in which it is received, I cannot create any intermediary cells or additional columns, e.g. using a VLOOKUP to assign properties to the second table and a further SUMIF to sum these by property. These two tables need to stay separate and the process needs to be automated as it will be refreshed fairly frequently so requires little to no manual intervention this way.
Sum table for properties
I have been stumped on this for a little while now and have tried a mix of SUMIF, SUMIFS, VLOOKUP, INDEX(MATCH,MATCH) to no success, so if anyone can let me know what formula/mix of formulae I should be using to achieve this that would help me a great deal!!
Thanks.
I am trying to complete a problem where I have some Items that have both properties and values assigned to them. I would like to sum all values for each property. However, the items are assigned properties and values in different tables, as such:
Items & Properties
Item | Property |
A | Circle |
B | Square |
C | Triangle |
D | Square |
E | Circle |
F | Triangle |
G | Circle |
And:
Items & Values
Item | Value |
F | 6 |
G | 7 |
E | 5 |
C | 3 |
A | 1 |
D | 4 |
B | 2 |
Due to the nature of the data and the format in which it is received, I cannot create any intermediary cells or additional columns, e.g. using a VLOOKUP to assign properties to the second table and a further SUMIF to sum these by property. These two tables need to stay separate and the process needs to be automated as it will be refreshed fairly frequently so requires little to no manual intervention this way.
Sum table for properties
Properties | Sum calc'd |
Circle | |
Square | |
Triangle |
I have been stumped on this for a little while now and have tried a mix of SUMIF, SUMIFS, VLOOKUP, INDEX(MATCH,MATCH) to no success, so if anyone can let me know what formula/mix of formulae I should be using to achieve this that would help me a great deal!!
Thanks.