Hi everyone - first time poster here...
I am looking for a way to do the following for a Fantasy Hockey draft:
I have a spreadsheet of all skaters (including Centers, Left Wings, Right Wings, and Defensemen), that includes columns for rank (among players in the same position), overall rank (among all players), position, name, team, and other miscellaneous stats. I found a macro in the following link in this forum that provides a nice search algorithm:
http://forums.techguy.org/business-a...ro-needed.html
I was able to modify this to suit my need to search the entire list of players (by name), and it returns all players where part of the name matches. I want to use this info to find their name in the list (manually, based on their ranking, which is how the main list is sorted).
Thus, once a player is drafted, I search for their name using my modified macro, and then locate their name in the main list. I then highlight the row of info, and apply another macro to it that changes the text color, and applies changes the text to "strikethrough".
The challenging part is that I want to create another worksheet that contains a lists of the top 5 or 10 Centers, top 5-10 Defensemen, etc. The macro could be run with a button press to refresh the lists. The idea is that it would populate these sub-lists with the names and stats of the top ranked (highest in the list) players for each position, but it would ignore rows that have had the strikethrough property applied to the text.
I can post an example spreadsheet with a few of the players listed later this evening if it helps.
I am also open to suggestions of a better way to mark players as drafted...
Thanks in advance!
Jeff