I did a little digging and found a formula to allow a dynamic range, ignoring blanks. I'm wondering if someone can explain the Offset formula:
=OFFSET($F$9,0,0,MATCH("*",F10:F16,-1),1)
I understand the match piece where the * is a wild card, and, the -1 is a close match...but Offset still...