You might be looking for the formula
=DATE(YEAR(A1), MONTH(A1)-1, DAY(A1))
Or
=DATEVALUE(TEXT(A1-31,"""1"" mmm yyyy"))
Change A1 which holds November to 11/1/2011 and custom format to mmmm
Try
=LOOKUP(A1,{"april","august","december","february","january","july","june","march","may","november","october","september"},{"may","september","january","march","february","august","july","april","june","december","november","october"})
or (untested)
=TEXT(DATEVALUE("0 "&A1&", 2001"),"mmmm")
Try this...Hi everyone, coudl anyone tell me how to take a cell that has a month in it that uses a dropdown list in A1. (i.e. November) and have B1 list what ever month is showing minus 1 (october)?
Thanks in advance.
sd