date format problem when using a formula

  • Thread starter Thread starter snsyg
  • Start date Start date
S

snsyg

hi all,

i am having a problem with the date format in a cell that contains th
following formula:

="Work in accordance with proposal dated "&Proposal_Date

Proposal_Date being a named cell with the date format of 3/30/04.

the formula works, but the date shows up in the cell value in a numbe
format (38050).

formatting the applicable cells to the date format i want has no affec
on the cell value.

any help will be greatly appreciated.

thanks

kare
 
Hi
try
="Work in accordance with proposal dated "&
TEXT(Proposal_Date,"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

Back
Top