Forum Discussion
How to get list ignoring blank cells
- Aug 28, 2023
=IFERROR(INDEX($A$2:$A$25,SMALL(IF($B$2:$B$25<>"",ROW($A$2:$A$25)-1),ROW(A1))),"")
You can try this formula. Enter the formula with ctrl+shift+enter if you don't work with Office 365 or Excel 2021.
When double clicked on bottom right corner, it is not showing another result.
You are welcome. Double click doesn't work if the formula hasn't already been dragged down. Select the cell with the formula and then drag the fill handle across the cells you want to fill. In the attached file i've dragged the formula down the column.
Here is additional information:
- PeterBartholomew1Aug 28, 2023Silver Contributor
Oh well, problem solving is so much more rewarding when one understands the problem! I wasn't sure whether ignoring a blank meant leaving it as it is or removing it!
The subsequent discussion reminded me of the fact that I haven't used relative referencing and fill down for eight years now! Back in the day it meant committing every formula with CSE; that was painful!