G Guest May 20, 2005 #1 I'm looking for an excel formula that looks at a cell containing a date and returns just the month of the date.
I'm looking for an excel formula that looks at a cell containing a date and returns just the month of the date.
J JulieD May 20, 2005 #2 Hi KC here's some ideas for you try =MONTH(A1) or =A1 and then choose format / cell and in custom type mmm or type mmmm or =text(A1, "mmm")
Hi KC here's some ideas for you try =MONTH(A1) or =A1 and then choose format / cell and in custom type mmm or type mmmm or =text(A1, "mmm")
G Guest May 20, 2005 #3 To get the month #, i.e., 1 for Jan, 6 for Jun, use =MONTH(cell with date) If you want a text representation, i.e,. Jan or January for the 1st month, use =TEXT(cell with date,"mmm") or =TEXT(cell with date,"mmmm")
To get the month #, i.e., 1 for Jan, 6 for Jun, use =MONTH(cell with date) If you want a text representation, i.e,. Jan or January for the 1st month, use =TEXT(cell with date,"mmm") or =TEXT(cell with date,"mmmm")