Add a set of dates to a column of accounts

Does anyone know of an easy way to add dates (1/1/2020 to 12/31/2020) to an existing column?

I'm trying to add all days in 2020 to a group of account codes. I have accounts in one column and dates in another, but I'm having issues assigning the dates to each account code.

Account Dates
12345-01 1/1/2020
12345-01 1/2/2020
12345-01 1/3/2020
............... .............
12345-01 12/31/2020
56789-01 1/1/2020
56789-01 1/2/2020
56789-01 1/3/2020
............. .............
56789-01 12/31/2020

Thanks!

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.