Hi. This has surely been answered hundreds of times before, but I donīt know what terms to use to search for the answer to my question. Here is my dilemma:
I have a list of data with multiple like entries that I need to collate into a simplified list. Example:
CATEGORY___COUNT
=========___======
apple__________3__
red apple_______2__
pear___________9__
Bartlet pear_____1__
Fuji apple______16__
pineapple_______4__
kiwi___________7__
guava_________4__
This list should ideally be consolidated as such:
CATEGORY____COUNT
==========___======
apple_________21__
pear__________10__
tropical fruit____15__
I understand that "pineapple" requires special attention, but I donīt even know how to do the simplest circumstance either (without "pineapple" text string confusion).
Thanks for any help!
Bookmarks