Comma to Column

Stupid simple but amazingly useful project. You paste a column of data and get a SQL IN statement back, eg:

dog
cat
trombone

becomes

IN ('dog','cat','trombone')

So useful when you want to query Google Sheet data in SQL!!!!