G
Guest
Hi I have the following function in a cell:
=CONCATENATE(YEAR(B3)&MONTH(B3)&"-"&UPPER(LEFT(B4,3))&"-
"&DAY(B3))
It generates the following output: 20044-ABC-15
It currently shows 4 digits for the year (2004) and a
single digit for the month (4). I would like it to show
two digits (04) for the month. so that the output would
like like this: 200404-ABC-15
Thanks Ben
=CONCATENATE(YEAR(B3)&MONTH(B3)&"-"&UPPER(LEFT(B4,3))&"-
"&DAY(B3))
It generates the following output: 20044-ABC-15
It currently shows 4 digits for the year (2004) and a
single digit for the month (4). I would like it to show
two digits (04) for the month. so that the output would
like like this: 200404-ABC-15
Thanks Ben