Date format together with a string

dotsent

Board Regular
Joined
Feb 28, 2016
Messages
85
Office Version
  1. 365
Platform
  1. Windows
Hi!

Struggling to find a formula (or cell formatting?) to present proper date next to a string. This works fine to present a correct date 5 days from now: =TODAY()+5 however I would need to run something like this: ="5 days from today is "&TODAY()+5 - I'd prefer to keep them together for cleaner formatting purposes, although having a string and date in different cells would obviously work fine.

The current result is 5 days from today is # (with # being what I believe is DATEVALUE in Excel? e.g. 43472). Is there a way to make Excel present the date in a normal manner as mixing a string to the formula seems to convert the date into Excel's own format? Should it matter, the desired format is dd.mm.yyyy

Thanks a lot for any ideas!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
How about
="5 days from today is "&TEXT(TODAY()+5,"dd.mm.yyyy")
 
Upvote 0
Murphy's Law at work. Thought I had gone through all the options I found in the web, but stumbled on pretty much the same solution minutes after posting the thread. Thanks a lot and it really did do the trick!
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,217,153
Messages
6,134,912
Members
449,896
Latest member
Arthas

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top