I need to write some code to look through a list and sum all the values of the same names i.e.
Item a
Item b
Item c
Item b
item d
Item a
Item a
Total value for all item a =
Total value for all Item b =
etc.
Is there an easy way to do this. I started by creating many variables but this makes the code very long and slow.
Any help would be appreciated.
Bookmarks