169 MERCHANT BNK 1680338392DEPOSIT 324050609993 09100001137600715121

I have the following text in a cell. I am trying to export the words "merchant bnk" and Deposit so then I can do a vlookup.

=IFERROR(INDEX({"MERCHANT";"DEPOSIT"},MATCH(1,INDEX(COUNTIF(A3,{"*Merchant*";"*DEPOSIT*"}),0),0)),"") I tried this formula but it only pulled the word "merchant" out. I have 16 different words that I need to pull out of multiple line descriptions.

Any help would be greatly appreciated.