![]() |
|
|||||||
|
|
Thread Tools
|
Display Modes
|
|
|
|
#1
|
|||
|
|||
|
I have found a way in Excel (Google Sheets) that filters the ages from 5-9 inclusive. If they fit it , it returns YES otherwise NO =IF(AND(L1>4, L1<10), "Yes", "No") I have the ages in column L, and I drag this down to autofill and it works well. I then used an array formula, that I have used to autofill the column as data is entered =ArrayFormula( IF(ROW(L:L)=1,"Suitable?", IF(ISBLANK(L:L),"",IF(AND(L:L>4,L:L<10), "Yes", "No")))) This returns NO all the time Can someone guide me how to get this to work? Many thanks |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loading an Excel range to an array in VBS | BobBridges | Excel Programming | 1 | 12-25-2020 01:04 PM |
| Filter range | marif300 | Project | 3 | 05-05-2017 02:39 PM |
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range
|
adisco | Excel | 1 | 01-10-2017 10:59 AM |
Filter by a Month that falls within a date range
|
MattG1225 | Excel | 2 | 12-03-2015 07:44 AM |
| Range Name in Adv Filter -> NOt working | 56_kruiser | Excel | 2 | 11-20-2012 09:58 AM |