Imran Azam
Board Regular
- Joined
- Mar 15, 2011
- Messages
- 103
Hi
hope everyone is well.
I have a if formula which i am assuming gets the start date from the given data , but i do not quite understand the logic and how it is doing the, the formula is below
="01"&"/"&IF(MONTH(A2)<10,"0"&MONTH(A2),MONTH(A2))&"/"&YEAR(A2)
A2=29/11/2015
the formula returns 01/11/2015
can someone explain what is this exactly doing?
Thank you
hope everyone is well.
I have a if formula which i am assuming gets the start date from the given data , but i do not quite understand the logic and how it is doing the, the formula is below
="01"&"/"&IF(MONTH(A2)<10,"0"&MONTH(A2),MONTH(A2))&"/"&YEAR(A2)
A2=29/11/2015
the formula returns 01/11/2015
can someone explain what is this exactly doing?
Thank you