C
Christine
what is the formula for returning the month (eg Aug) of a date?
Ashish Mathur said:Hi,
you can also use =month(cell_ref)
--
Regards,
Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
David Biddulph said:I'm reluctant to argue with an MVP, Ashish, but I think that your formula
would invariably return January.
I think you may have intended to say
=text(cell_ref,"mmm")
[No MONTH function, and only 3 m characters.]
--
David Biddulph
Ashish said:Hi,
Try this
text(month(cell_ref),"mmmm")