Hey there. I'm looking to do the exact same thing. I tried reformatting
and/or parsing out the date (mid, etc), of course that doesn't work. I'm
hoping someone can assist. If not i'm not giving up and will post should i
arrive at a solution.
I finally had to modify the Source and put another coulum with this formula.
=IF(TEXT(J13),"mmm")
Where J13 is the cell were i have the date, this will return the value of
"Mar", "Apr"
> Hey there. I'm looking to do the exact same thing. I tried reformatting
> and/or parsing out the date (mid, etc), of course that doesn't work. I'm
[quoted text clipped - 31 lines]
> > > > >
> > > > > Dave Peterson
David Biddulph - 22 Mar 2007 19:02 GMT
Are you sure that formula does what you say? In fact, are you sure that the
formula is valid syntax for doing anything?
Did you perhaps mean to say =TEXT(J13,"mmm") ?

Signature
David Biddulph
>I finally had to modify the Source and put another coulum with this
>formula.
[quoted text clipped - 3 lines]
> Where J13 is the cell were i have the date, this will return the value of
> "Mar", "Apr"
>> Hey there. I'm looking to do the exact same thing. I tried reformatting
>> and/or parsing out the date (mid, etc), of course that doesn't work. I'm
[quoted text clipped - 33 lines]
>> > > > >
>> > > > > Dave Peterson