I need to express a Date as a 6-character string, which I can then CONCATENATE into a longer string. I'm in UK, so this example uses UK Date Format.
Date 22 October 2017 is in Excel as 22/10/2017. By using DAY(), MONTH() and RIGHT(A1,2) I can get 221017. Great!
But 1 April 2017 is formatted as 01/04/2017. This comes out as 1417. [frown]
How can I make sure the formula will insert the leading zeroes?
Chris
Someday I'll know what I'm donig...damn!
Date 22 October 2017 is in Excel as 22/10/2017. By using DAY(), MONTH() and RIGHT(A1,2) I can get 221017. Great!
But 1 April 2017 is formatted as 01/04/2017. This comes out as 1417. [frown]
How can I make sure the formula will insert the leading zeroes?
Chris
Someday I'll know what I'm donig...damn!