I want to join a string of text concurrently with each piece of text preceded and ended by an apostrophe and comma. Like this
'madeuptext','moremadeuptext',
So far i've managed the commas with =JOIN(",", B2:B523) but I can't work out how to get the apostrophes in. Help 😭