I have an excel sheet with 24K rows of monetary transactions.
Each transaction is given a category; There are 6 different categories.
I stored the transactions into an array.
I want to sum each category and store them (category and total amount) into another array.
How would I go about doing that?
summary
SUM 24K transactions stored in an array by category and place the result into a new array.
Each transaction is given a category; There are 6 different categories.
I stored the transactions into an array.
I want to sum each category and store them (category and total amount) into another array.
How would I go about doing that?
summary
SUM 24K transactions stored in an array by category and place the result into a new array.