How to concatenate text & date

A

AcctCA755

How do I combine paydate & 01/02/09?

=concatenate(A1,B1) formats the date as 35983.

I want the date to appear as 01/02/09.
 
G

Gary''s Student

In A1 we have "payday "
In B1 put =TODAY()

In C1 enter:

=A1 & TEXT(B1,"mm/dd/yy")
 

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

Similar Threads

Dates & Text? 6
UNABLE TO SORT DATE 1
conditional sum 4
Using the concatenate function 3
conditional formatting 2
Look up across multiple sheets 1
Totals 11
Macro to duplicate row based on cell value 0

Top