DATEVALUE only work on text dates, not 05/17/06! The whole point is to convert
text strings into dates like if you would have January in A1, 5 in A2 and
2006 in A3
=DATEVALUE(A1&" "&A2&", "&A3)
however the DATEVALUE function is totally obsolete, you can get the same
result with
=--(A1&" "&A2&", "&A3)
or
=0+(A1&" "&A2&", "&A3)
regards,
Peo Sjoblom
"Dave" wrote:
> Trying to get a DateValue from numerous dates. I've tried about every
> format I can think of for the date field. When I do the fx for DateValue, I
> get the function argument box, and when I select the date field (let's use
> 05/17/06), the Date_text line shows "=38854", but the 'Formula result ='
> line at the bottom is blank When I click OK, the value appears as #VALUE.
> But No DateValue.
>
> I'm obviously missing something. Any suggestions would be appreciated.
>
> MS Office/Excel 2003 SP2
>
> Dave
>
>
>
|