How can I format a cell to hold text ("Last update:") and a date which is obtained from another cell? The Formula reads something like +"Last update: "&f2. The date comes out as its numerical value.
Is it possible.
Thanks
How can I format a cell to hold text ("Last update:") and a date which is obtained from another cell? The Formula reads something like +"Last update: "&f2. The date comes out as its numerical value.
Is it possible.
Thanks
Use the text function to format the numeric component to suit your needs,
along the lines of ="Last Updated on " & TEXT(A1,"Mmm dd")
--Bruce
"Brisbane Rob" wrote:
>
> How can I format a cell to hold text ("Last update:") and a date which
> is obtained from another cell? The Formula reads something like +"Last
> update: "&f2. The date comes out as its numerical value.
>
> Is it possible.
>
> Thanks
>
>
> --
> Brisbane Rob
> ------------------------------------------------------------------------
> Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096
> View this thread: http://www.excelforum.com/showthread...hreadid=492271
>
>
use ="Last Update: " & Text(F2,"mm/dd/yyyy")
The "+" that you are currently using is the old Lotus 1-2-3
method; loose it!
"Brisbane Rob" <[email protected]> wrote
in message news:[email protected]...
>
> How can I format a cell to hold text ("Last update:") and a date which
> is obtained from another cell? The Formula reads something like +"Last
> update: "&f2. The date comes out as its numerical value.
>
> Is it possible.
>
> Thanks
>
>
> --
> Brisbane Rob
> ------------------------------------------------------------------------
> Brisbane Rob's Profile:
> http://www.excelforum.com/member.php...o&userid=25096
> View this thread: http://www.excelforum.com/showthread...hreadid=492271
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks