Using "&" with a date

  • Thread starter Thread starter LACA
  • Start date Start date
L

LACA

I feel like I should be able to figure this out as it seems like it
would be simple, but I'm stumped.

- I input a date (April 6, 2006) in cell A1. Cell A1 is formatted for
Dates.
- I then type this into cell D1:

="Sales total for "&A1

I want my result to read "Sales total for April 6, 2006"
but instead I get "Sales total for 38813"

It's putting the date in its numeric value. I've tried formatting D1 as
Date, as Text, but nothing seems to work.

Help?

Thanks
 
="Sales total for " & text(a1,"dd/mm/yyyy")

--
I feel like I should be able to figure this out as it seems like it
would be simple, but I'm stumped.

- I input a date (April 6, 2006) in cell A1. Cell A1 is formatted for
Dates.
- I then type this into cell D1:

="Sales total for "&A1

I want my result to read "Sales total for April 6, 2006"
but instead I get "Sales total for 38813"

It's putting the date in its numeric value. I've tried formatting D1 as
Date, as Text, but nothing seems to work.

Help?

Thanks
 

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

Back
Top