Problem:
I have a column of names ending with a total count of entries that can range, let's say 10-75, and I would like to assign a 5 letters to a new column evenly and preferably in order top down.
So what I have:
A B 1 Matt 2 Mark 3 Chris 4 Nate 5 Jake 6 Bill 7 Hank 8 Will 9 Jack 10 Jose 100 10
What I want:
A B 1 Matt S 2 Mark S 3 Chris H 4 Nate H 5 Jake A 6 Bill A 7 Hank R 8 Will R 9 Jack K 10 Jose K 100 10
If I had 75 entries each letter of "S H A R K" would represent 15 names and so on.... I would prefer this to be a function only, no macros.
Thanks for any help!
Bookmarks