Hi,
In a database I'm using, column A is the Date. Based on the value the cells from that column I built a formula so that I get the month name: =IF(AND(A3>=41275,A3<=41305),"January",IF(AND(A3>=41306,A3<=41333),"February" etc.
The format of the cells in column A has to be changed and instead of 8/5/2013 (Date format) I now have 01.17.2013 (text format). I now need to change my formula accordingly so I still get the month name.
I thought of using something like this:=IF(LEFT(A4,2)="01","January"), etc .. but I can't get the formula working for all the months (I think I need several IFs there).
Can you please help me with that? Or maybe you have a different proposal on how this can be solved?
Thanks!
In a database I'm using, column A is the Date. Based on the value the cells from that column I built a formula so that I get the month name: =IF(AND(A3>=41275,A3<=41305),"January",IF(AND(A3>=41306,A3<=41333),"February" etc.
The format of the cells in column A has to be changed and instead of 8/5/2013 (Date format) I now have 01.17.2013 (text format). I now need to change my formula accordingly so I still get the month name.
I thought of using something like this:=IF(LEFT(A4,2)="01","January"), etc .. but I can't get the formula working for all the months (I think I need several IFs there).
Can you please help me with that? Or maybe you have a different proposal on how this can be solved?
Thanks!