Hello all,
I have been racking my brain for a few days trying to solve an issue with a spreadsheet that I am having.
There is a list generate by a formulas (From True/False) that returns the result, but I need it to filter out blanks and make a consecutive list. See an example below with the formula I am using.
I have tried using this Formula: =IFERROR(INDEX($A$2:$A$10,SMALL(IF(ISTEXT($A$2:$A$10),ROW($A$1:$A$9),""),ROW(A1))),"") - Found here: https://www.myonlinetraininghub.com/excel-remove-blank-cells-from-a-range
But, this formula only works for Data entered manually and not formulas as a column with a formula (Returning "") isn't counted as a blank cell.
Any suggestions to generate this without the blanks spaces would be greatly appreciated and would save my department within the Ministry of Education hours of time whilst generating reports having to manually sort this.
Thank you!
I have been racking my brain for a few days trying to solve an issue with a spreadsheet that I am having.
There is a list generate by a formulas (From True/False) that returns the result, but I need it to filter out blanks and make a consecutive list. See an example below with the formula I am using.
I have tried using this Formula: =IFERROR(INDEX($A$2:$A$10,SMALL(IF(ISTEXT($A$2:$A$10),ROW($A$1:$A$9),""),ROW(A1))),"") - Found here: https://www.myonlinetraininghub.com/excel-remove-blank-cells-from-a-range
But, this formula only works for Data entered manually and not formulas as a column with a formula (Returning "") isn't counted as a blank cell.
Any suggestions to generate this without the blanks spaces would be greatly appreciated and would save my department within the Ministry of Education hours of time whilst generating reports having to manually sort this.
Thank you!