Hi Arwind,
I want it to be:
=if ([Month] = "01" and [Day] between("01";"24")) then "001"+"/"+[year] else "002"+"/"+[year]
elseif ([Month] = "02" and [Day] between("01";"26")) then "002"+"/"+[year] else "003"+"/"+[year]
.
.
.
.
which i could not able to acieve as from the above snapshot giving an errror Invalid character elseif at position..
Thanks,
-Dinya