Emerlin
Board Regular
- Joined
- Jan 8, 2007
- Messages
- 117
- Office Version
- 2016
- Platform
- Windows
Hi,
I have data in columns B2:B9, D2:D9 and F2:F9. Some of those cells have blanks.
I would like to combine them into one column in starting in J2 and ignore the blanks.
I know this is an array formula, and can get one column to work with this:
=IFERROR(INDEX($B$2:$B$9,SMALL(IF($B$2:$B$9<>"",ROW($B$2:$B$9)-ROW(B$2)+1),ROWS(J$2:J2))),"")
How can I add the other columns to the list...? I have tried multiple things with no success.
Thanks in advance for any all help.
I have data in columns B2:B9, D2:D9 and F2:F9. Some of those cells have blanks.
I would like to combine them into one column in starting in J2 and ignore the blanks.
I know this is an array formula, and can get one column to work with this:
=IFERROR(INDEX($B$2:$B$9,SMALL(IF($B$2:$B$9<>"",ROW($B$2:$B$9)-ROW(B$2)+1),ROWS(J$2:J2))),"")
How can I add the other columns to the list...? I have tried multiple things with no success.
Thanks in advance for any all help.
Last edited: