ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Text & Date in the same Cell??? (https://www.excelbanter.com/excel-worksheet-functions/74752-text-date-same-cell.html)

tallpaul

Text & Date in the same Cell???
 

Hi, is it possible to have text & a date in the same cell?? In A! I have
todays date =today(). In D1 I want the statement, "Balance at (today's
date).
I have tried =concatenate("Balance at" , & A1) but it returns a
numerical value for the date bit???
Cheers
Paul.


--
tallpaul
------------------------------------------------------------------------
tallpaul's Profile: http://www.excelforum.com/member.php...fo&userid=8453
View this thread: http://www.excelforum.com/showthread...hreadid=518014


SteveG

Text & Date in the same Cell???
 

Paul,

Try it this way. No concatenate formula.

="Balance at"&" "&TEXT(TODAY(),"mm/dd/yyyy")

Cheers,

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=518014


SteveG

Text & Date in the same Cell???
 

Paul,

To reference the date in A1 rather than using the TODAY() in my last
post.

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


Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=518014


tallpaul

Text & Date in the same Cell???
 

Thanks Steve, spot on, I owe you a Pint!!


--
tallpaul
------------------------------------------------------------------------
tallpaul's Profile: http://www.excelforum.com/member.php...fo&userid=8453
View this thread: http://www.excelforum.com/showthread...hreadid=518014



All times are GMT +1. The time now is 02:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com