I have a google spreadsheet in which I want a date with only the name of the month and the year, like September 2011, and I also want the month and year to be easil
September 2011
I thought yy just gives the 2 digit year.
I used the following:
=text(E2,"MMMM YYYY")
E2 was the specific cell I used, but you could use any cell.