I have Excel 365.
I have a Bank statement and I have a formula to advance filter on one column. Is it possible to use this with a range?
The search function does not seem to work with ranges since I want to return row 3 and row 5 since house is in both of these rows.
Is this possible?
I have a Bank statement and I have a formula to advance filter on one column. Is it possible to use this with a range?
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Original Formula | |||||
2 | Comment | Comment 2 | ||||
3 | House | Fees | ||||
4 | Tractor | Engine | ||||
5 | Withdrawal | House | ||||
6 | ||||||
7 | House | TRUE | ||||
8 | ||||||
9 | What I like | |||||
10 | Comment | Comment 2 | ||||
11 | House | Fees | ||||
12 | Withdrawal | House | ||||
13 | ||||||
14 | House | FALSE | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D7 | D7 | =ISNUMBER(LOOKUP(9.99E+307,SEARCH($C$7,A3))) |
D14 | D14 | =ISNUMBER(LOOKUP(9.99E+307,SEARCH($C$14,A3:B5))) |
The search function does not seem to work with ranges since I want to return row 3 and row 5 since house is in both of these rows.
Is this possible?