Hello all,
As a new member, I have a tough excel question : in the Excel file ht tps://1drv.ms/x/s!Aqb3mLRtC0iI0SpjqzHclsSHxrh_?e=LvensJ, I want to use a FILTER function (not VBA ...) that would extract all the datas from the table where column Name contains part of names in J3:JXXX. For instance, for the string "ello", I want to get an extract of all lines where Name contains "ello", wich would give the following results :
Of course, I would like to do the same for all strings in J3:JXXX (last cell depending from the number of strings)
Thanks in advance.
Regards.
Pierre
As a new member, I have a tough excel question : in the Excel file ht tps://1drv.ms/x/s!Aqb3mLRtC0iI0SpjqzHclsSHxrh_?e=LvensJ, I want to use a FILTER function (not VBA ...) that would extract all the datas from the table where column Name contains part of names in J3:JXXX. For instance, for the string "ello", I want to get an extract of all lines where Name contains "ello", wich would give the following results :
id | first_name | Name | gender | ip_address | |
10 | Anderson | Tolumello | a t o l u m ello 9 @ g o o g l e . f r | Male | 2 4 5 . 1 6 6 . 2 3 . 1 1 6 |
44 | Byrle | Tomaello | b t o m a ello 1 7 @ w h i t e h o u s e . g o v | Male | 3 2 . 1 3 9 . 4 6 . 4 3 |
62 | Berenice | Flello | b f l ello 1 p @ o x . a c . u k | Female | 1 0 7 . 2 5 4 . 1 9 9 . 1 7 5 |
Of course, I would like to do the same for all strings in J3:JXXX (last cell depending from the number of strings)
Thanks in advance.
Regards.
Pierre