I have a excel sheet with columns of product data, and a column with HTML that I want to append the product data to for a eBay listing.

Here's a example:

example.csv

In column M, I have my HTML. I need to substitute some data within the sheet into the HTML. I have ##URL## in column M2 that will be substituted for the data in D2, ##TITLE## in M2 that will be substituted for the data in C2, and ##BULLETS## in M2 will be substituted for the data in L2.

Is there a way to write this all up in one formula?

Thank you in advance!