Explanation
Dates in Excel are justserial numbers, formatted to display as dates.
From this value, we subtract 1, so the date isnot incrementedin the first row.
Next, we subtract the value in thenamed range"offset" (G5).
The offset is simply a way to begin the list of dates earlier than the start date provided.
If offset is zero or blank, the first date in the list will equal the start date.
The formulas in B5, C5, and D5 can be copied down as many rows as desired.
The TODAY function takes no arguments.
you could format the value returned by TODAY with a datenumber format.