Hi, The file has date formate as MM/DD/YYYY and I want to keep it
that
way. Is there anyway the file can be sorted by only MM? I am trying
to
sort by Jan, Feb, March...... November, December together.
Thanks,
Saz
Mike H - 15 Aug 2007 14:04 GMT
Using a helper column is one way. With your data in A1 down put this in B1
and drag down
=MONTH(A1)
Select columns A&B and sort by column B.
Mike
> Hi, The file has date formate as MM/DD/YYYY and I want to keep it
> that
[quoted text clipped - 4 lines]
> Thanks,
> Saz
Saz - 15 Aug 2007 14:47 GMT
Thank you Mike.... =)
> Using a helper column is one way. With your data in A1 down put this in B1
> and drag down
[quoted text clipped - 15 lines]
>
> - Show quoted text -
Ron de Bruin - 15 Aug 2007 19:43 GMT
Another option is to use this add-in
http://www.rondebruin.nl/easyfilter.htm

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
> Hi, The file has date formate as MM/DD/YYYY and I want to keep it
> that
[quoted text clipped - 4 lines]
> Thanks,
> Saz