I have a column (ex - Col B) containing numbers that I need to create a total when changes occur within a second column
Example column A contains "product name" and column "B" contain the actual number of products/type.
Col A Col B
apple 5
apple 6
apple 2
orange 1
orange 9
orange 4
Desried result
Apple - 13
orange- 14
It is my understanding that the task requires a coding of "decimal" prior to the "select" option in column B.
Any help would be greatly appreciated.
Thanks
Example column A contains "product name" and column "B" contain the actual number of products/type.
Col A Col B
apple 5
apple 6
apple 2
orange 1
orange 9
orange 4
Desried result
Apple - 13
orange- 14
It is my understanding that the task requires a coding of "decimal" prior to the "select" option in column B.
Any help would be greatly appreciated.
Thanks