Newfs_R_Sublime
Board Regular
- Joined
- Jan 20, 2011
- Messages
- 99
Sorry if that wasn't clear. I have a list of data for names that appear a random number of times:
Bob 23
Bob 43
Bob 4
Bill 55
Bill 66
Fred 43
etc.
This is a highly simplified example but captures all the pertinent info. I need to be able to take the average, SD etc for "Bob", "Bill", "Fred" etc.
Can someone help me "seperate" the names in order to get this data. The lists are long and have several names. The number of times the names appear is random. I can sort the list so that the names ONLY appear in sequence.
Thank you.
Bob 23
Bob 43
Bob 4
Bill 55
Bill 66
Fred 43
etc.
This is a highly simplified example but captures all the pertinent info. I need to be able to take the average, SD etc for "Bob", "Bill", "Fred" etc.
Can someone help me "seperate" the names in order to get this data. The lists are long and have several names. The number of times the names appear is random. I can sort the list so that the names ONLY appear in sequence.
Thank you.