Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAreally, very happy with my solution. One macro to rule them all, with the only input required is how many blanks exist. Runs all three simultaneously in less than a second.
Probably my favorite challenge yet!
Here's my solution. I wanted to come up with a macro for this but in the end I went with a more straightforward approach using appends.
Messy, but works. Not fast, but I can wait 3s.
Take the list of letters, process the hand, process words to decide if they can be built with current hand, score those that can and sort. Next time, I should use much more regex...