Thanks to you both!
> Or the shorter but somehwat incomprehensible
>
[quoted text clipped - 15 lines]
> > > that other cells would recognize as 5/1/2006?
> > > Thanks in advance.
> Or the shorter but somehwat incomprehensible
>
[quoted text clipped - 9 lines]
> >
> > Format it as a date.
Didn't think to ask this in the orginal post, how do I then get the "1"
to increment as I autofill down for the rest of the month?
> > > I'm trying to create a date in cell A4 from text in cells J1 & K1.
> > > J1="May", K1="2006". Is there a way to create a formula in cell A4
> > > using a "1" for the day, and the month from cell J1, year from cell K1
> > > that other cells would recognize as 5/1/2006?
> > > Thanks in advance.
Dave Peterson - 11 Jan 2006 23:11 GMT
I'd just use:
=a4+1
and drag that formula down.
> > Or the shorter but somehwat incomprehensible
> >
[quoted text clipped - 22 lines]
> > >
> > > Dave Peterson

Signature
Dave Peterson
davegb - 11 Jan 2006 23:22 GMT
> I'd just use:
>
> =a4+1
> and drag that formula down.
Duh! Thanks!
> > > Or the shorter but somehwat incomprehensible
> > >
[quoted text clipped - 22 lines]
> > > >
> > > > Dave Peterson
Gord Dibben - 11 Jan 2006 23:30 GMT
dave
>Didn't think to ask this in the orginal post, how do I then get the "1"
>to increment as I autofill down for the rest of the month?
=--(J1 & ROW() & " , " & K1)
Gord Dibben MS Excel MVP
>> Or the shorter but somehwat incomprehensible
>>
[quoted text clipped - 18 lines]
>> > > that other cells would recognize as 5/1/2006?
>> > > Thanks in advance.
>Or the shorter but somehwat incomprehensible
>
>=--(J1 & " 1, " & K1)
Or the even shorter:
=--(J1&K1)
--ron
Roger Govier - 12 Jan 2006 03:04 GMT
Ron
I like it!!!
Can't get any shorter (or easier) than that.
Just have to reverse the order of J1 and K1 for UK formats

Signature
Regards
Roger Govier
>>Or the shorter but somehwat incomprehensible
>>
[quoted text clipped - 5 lines]
>
> --ron
Ron Rosenfeld - 12 Jan 2006 04:16 GMT
>Ron
>I like it!!!
>Can't get any shorter (or easier) than that.
>Just have to reverse the order of J1 and K1 for UK formats
Roger, I just checked that and I don't believe you have to reverse it.
A three letter month and a four digit year are unambiguous, so should be
interpreted correctly when entered in MonthYear order.
I find the J1&K1 (with J1=month and k1=year) get interpreted correctly no
matter if I set my regional settings to UK or US.
--ron
Roger Govier - 12 Jan 2006 10:36 GMT
Hi Ron
It must have been the lateness of the hour (or the earliest!!!) but the
brain read K as Month and June as Year.
As I got into bed, it occurred to me that I had totally screwed up in
the last part of my posting.
It still in no way detracts from the first 3 lines of my post<vbg>

Signature
Regards
Roger Govier
>>Ron
>>I like it!!!
[quoted text clipped - 12 lines]
>
> --ron
Ron Rosenfeld - 12 Jan 2006 10:59 GMT
>Hi Ron
>
[quoted text clipped - 3 lines]
>the last part of my posting.
>It still in no way detracts from the first 3 lines of my post<vbg>
Thank you.
--ron