3G
Member
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 throws me for a loop. Add in the complexity of this being supporting the dynamic range piece, and, my head hurts.
=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 throws me for a loop. Add in the complexity of this being supporting the dynamic range piece, and, my head hurts.