I have a list of phrases. I have a second list of specific words that I need to delete (replace with "") from within each phrase. For example;

Phrases
Dogs for sale in Virginia
Dogs in lower Virginia
Virginia dogs sale internet

List of words to delete
Dogs
Internet
Lower
For
etc...

Ultimately reducing the phases to words that are not within the list of words to delete.

Ideally, I would like to do this formula/s as I am not as versed with vba in excel -- but am open to vba if that is the only way to do it.

Can somebody please point me in a direction to research solutions. Thanks