N
ngaisteve1
Basically, I would like to create a function where example
if I type 02/04/2004, the column next to it will automaticall
increment of 2 months, become 02/06/2004.
So, my function is below:
=DAY(A1) & "/" & (MONTH(A1) + 2) & "/" & YEAR(A1)
But, this function got problem, which is the leading zero, meanin
02/04/2004 will become 2/6/2004
How do I fix this? Thanks
if I type 02/04/2004, the column next to it will automaticall
increment of 2 months, become 02/06/2004.
So, my function is below:
=DAY(A1) & "/" & (MONTH(A1) + 2) & "/" & YEAR(A1)
But, this function got problem, which is the leading zero, meanin
02/04/2004 will become 2/6/2004
How do I fix this? Thanks