To be clear, this question is not about the Excel terms "filter" or "autofilter". I have a sheet of values that I don't want to alter in any way (sheet1). I have another sheet (sheet2) that I want to create that contains a subset of the rows in sheet1. Is there a way to do this using a formula without leaving any blank rows?
Example below:
A | B
--------------------
1| Person | Age
2| Bob | 25
3| Mary | 10
4| Sue | 15
5| Bill | 20
6| Sam | 35
SHEET1 ("People")
A | B
--------------------
1| Person | Age
2| Bob | 25
3| Bill | 20
4| Sam | 35
SHEET2 ("Adults")
I want to enter a formula in Sheet2 that will capture rows in Sheet1 (similar to how a filter would work). This is trivial with blank rows, but I haven't been able to figure out how to do this without blank rows.