Is this is so? That Vlookup / Xlookup doesn't look passed a period (.).
I want to search in a string (array of strings) the file extension.
So I have the following table.
Anti-Slip Material Research.pptx
Results of DPB pallet matetial analysis.pptx
Mechanical Properties.xlsx
Materials Information.pptx
Setup.xlsx
Overview tilo crates (colors).xlsx
NewsLine.vsdx
Overall Planning.pdf
Overall Planning.vsdx
Thumbs.db
afspraak Anti stick MB tbv verkleuring.msg
Afspraken van afgelopen week 5-2015 .msg
Anti Stick voorstel(Lawrence) tbv grijsschaal probleem.msg
AW Was anlage ( fuer anti stick und ICE label).msg
bondingtest .msg
Colomn test antistick material .msg
Droptest antistick nr 1 en 2 .msg
Foto's Quv.msg
FW .msg
And I want to search for file extension and return the cell value.
Meaning if I search for ".pdf" I should get all the value that has a .pdf in this case it is Overall Planning.pdf
But Vlookup/Xlookup can't handle this. They stop "search the string" left to the '.' period sign.
I use the following formula I get the values I want.
=IFERROR(INDIRECT("A"&IF(ISNUMBER(SEARCH($B$2;A2;4));ROW();""));"")
How I want to condens the result removing 'blank' cells.
I want to learn how to fix or help with this use for VLOOKUP/Xlookup not reading pas a period sign '.'.
thanks
-=CWever=-
Bookmarks