I have a huge table (over 400 columns, with up to 200 rows of data) that is composed of columns that have different number of rows with values (Column A contains data in rows 1-59, column B in rows 1-129). I want to create cells in Column A -> Z that combine values from rows non empty rowes separated by commas, but only if the value exists, so I do not get multiple commas when joining cells that are empty when using formula =A1&","&A2&","......Any ideas?