Problem with Date

D

Denny

Dear all,

I've a problem with date when I input a cell with text and
a date.

I input:
="The profit of selling tickets as at" & NOW()
Return:
=The profit of selling tickets as at 38871.9924....

Please kindly advise how to fix this problem.

Thanks.
 
A

acw

Denny

Try something like
="The profit of selling tickets as at " & TEXT(NOW
(),"dd/mm/yyyy")

Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top