Add hashtags to list of Tags from Etsy

Hey, cheers, I finally figured it out. used this formula =TEXTJOIN(" “, TRUE, ARRAYFORMULA(”#" & SUBSTITUTE(SUBSTITUTE(TRIM(SPLIT(INDIRECT(“Tags!A”&ROW()), “,”)), " ", “”), CHAR(160), “”)))

1 Like