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...