Looking for formula (non-array preferable) to extract values in column B into column C (desired results) excluding blanks.
See attached sample file. Thanks.
Looking for formula (non-array preferable) to extract values in column B into column C (desired results) excluding blanks.
See attached sample file. Thanks.
One way:
=IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$2:$B$100)/($B$2:$B$100<>""),ROWS(C$2:C2))),"")
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Glenn Kennedy: can I start this INDEX(B:B from INDEX($B$2:$B$100 instead of INDEX(B:B? Thanks.
Yes, by the additionof a couple of steps:
=IFERROR(INDEX($B$2:$B$100,AGGREGATE(15,6,ROW($B$2:$B$100)-ROW($B$2)+1/($B$2:$B$100<>""),ROWS(C$2:C2))),"")
Glenn Kennedy: Excellent solution. Thanks a lot.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks