A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Since you have Excel 2019, you'd still have to use the formulas from my previous reply. Let's say the formulas are in D2:D19.
You can then use
=TEXTJOIN(", ",TRUE,TEXT(D2:D19,"dd-mmm-yy"))
to combine the results in a single cell. You'll probably have to confirm this formula with Ctrl+Shift+Enter too.
Once you have created the TEXTJOIN formula, you can hide the column with the auxiliary formulas, if you wish.