Join date and text
To join a date with text, you can use concatenation with the TEXT function to control the date format. In the example shown, the formula in D5 is: ="The date is "&TEXT(B5,"dddd, mmmm d, yyyy") The result is the text string "The date is Friday, …Read more