Text AND Date formula for the 20th of the following month
Hi, supposing I create an invoice with a date "03-04-25" (A4) and, in another cell I would like to add the due date as the 20th of the next month, is there a way to do this as a single string so that the result is 'Due 20-05-25"
My attempt ends up like this:
"Due 20-"&SUM(MONTH(A4)+1)&"-"&YEAR(A4)
and the result is "Due 20-5-2025"
I'd ideally like the result to be "Due 20-05-25" so I must have to apply some formatting somewhere?
I'm probably doing this the hard way, but this can't be an uncommonly used idea, so I'm hoping there's a solution out there!
Many thanks.