Google Sheets Spreadsheet Formatting -


i'm using google sheets , have sheet ecommerce store's products. there columns description, features, common uses, etc. need take features, common uses, etc , merge them new cell, , format them using html, can copy , paste them webpage.

i want wrap html around these echoed values.

any suggestions? thanks.

i found answer myself, in case know:

=concatenate("<p>",concatenate(e10),"</p>") 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -