Forum Discussion
Yashesh_Shah
Aug 28, 2023Copper Contributor
How to get list ignoring blank cells
I am having data in table with 2 column in one sheet. Column 1 has data in text form. Column 2 has data in number form. I need result in another sheet with following condition. - Ignore blank ...
- 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.
nimesht
Aug 28, 2023Iron Contributor
Hi Yashesh,
Do you want all the applicable data from the source sheet or only based on some condition using lookup formulas?
Do you want all the applicable data from the source sheet or only based on some condition using lookup formulas?
- Yashesh_ShahAug 28, 2023Copper Contributor
nimesht To all applicable data
- Riny_van_EekelenAug 28, 2023Platinum Contributor
- Yashesh_ShahAug 28, 2023Copper ContributorYes, Like this. Please share complete formula.