Hi All!
This seems totally simple and obvious, but I can't seem to find it. Is there a VBA function, or even an Excel worksheet function, that will accept as an argument, Excel's numeric date representation (38058 for today's date 3/12/04) and return a real date? Basically, doing the exact opposite of what =DATEVALUE() does. It would look something like
=DATECONVERT(38058) and return something like "3/12/04"
The reason is that I need to concatenate two cells for use in a chart label. One that has a string "Request Received: " and one that contains that funky date number. Without converting it, I end up with something like "Request received: 38058". I'll write my own function if I have to, but I'm just wondering if that work's been done already.
Thanks.
This seems totally simple and obvious, but I can't seem to find it. Is there a VBA function, or even an Excel worksheet function, that will accept as an argument, Excel's numeric date representation (38058 for today's date 3/12/04) and return a real date? Basically, doing the exact opposite of what =DATEVALUE() does. It would look something like
=DATECONVERT(38058) and return something like "3/12/04"
The reason is that I need to concatenate two cells for use in a chart label. One that has a string "Request Received: " and one that contains that funky date number. Without converting it, I end up with something like "Request received: 38058". I'll write my own function if I have to, but I'm just wondering if that work's been done already.
Thanks.