date in text string

  • Thread starter Thread starter Hans
  • Start date Start date
H

Hans

Im trying to make a text string that contains a date that
is mentioned in another sheet:

="results for the month of "&'Sheet(1)'!A1 &" and
following months"

However, the date in this formula is changed to a number,
although the date in sheet1 is formatted as mmm-yyyy.

Does anyone know how to solve this?

regards,
Hans
 
Hi Hans
try
="results for the month of "&TEXT('Sheet(1)'!A1,"mmm-
yyyy") &" and following months"
 
Hi Frank

It works. Thanks!

regards,
Hans
-----Original Message-----
Hi Hans
try
="results for the month of "&TEXT('Sheet(1)'!A1,"mmm-
yyyy") &" and following months"

.
 

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