I have a month and year in A16 on sheet months
I am trying to set up a formula that if the month in A16 < April then return 0 , otherwise return 1, but it retruns 1
It would be appreciated if someone could assist
I am trying to set up a formula that if the month in A16 < April then return 0 , otherwise return 1, but it retruns 1
Code:
=IF(TEXT(Months!A16,"MMM")<"Apr",0,1)
It would be appreciated if someone could assist