Hi,
I have been using a formula to convert a date to a relevant month. As I am based in Australia, we would write 3rd October 2011 as 3/10/11. I have an IF statement I use which, if 3/10/11 was in A1, would be:
=IF(A1="","",TEXT(A1*29,"mmmm")) This would return the value 'October' in the relevant cell.
I now want to be able to use this formula with the US date format, which for 3rd October 2011 would be 10/3/11, however in its current format the formula returns the value 'March' instead of 'October'.
Appreciate any help!
Bookmarks