Excel Magic Trick # 166: CONCATENATE function & Ampersand
Uploader Comments (ExcelIsFun)
All Comments (9)
-
Again, thanks this is very helpfull. just a quick question: What is the formula for the "date" or "Now"? Whenever a Formula date or time the string it converts it back to the numeric enrty i.e. 42265. for example ="the date is "&A1 . A1 is =Today() or =Now().
-
I will send an e-mail with a formula that will work (from Mr Excel Message Board).
-
it is too long for the comment section. I will send by e-mail.
-
From the Mr Excel MB, here is one that might work:
-
It is not a pity! It is Excel-awesome! I do not know most things in Excel so when I encounter something I do not know - it's like getting a birthday present! It means that when I figure it out or ask someone who knows, I get a new Excel nugget of knowledge!
Ill get back to you soon with a solution!
-
The Maestro himself is unsure :|. That's a pity. Thanks for trying :). If I have the time or the inclination I'll pop down there some time. But if you actually knew me, you'd know that the inclination is a hard thing to come by ...
-
That is hard one. After a few trys at a formula, I posted a question to the Mr Excel Message Board (Smartest Excelers in the World hang out at that site). The subject line for the post is:
"You Are Not Alone into YANA"
-
(Wasn't sure where to post this)
I'm having trouble with concatenating certain sentences, for example, I want to use the MID function or LEFT and RIGHT in an array to get four letters, Y, A, N and A, out of "You Are Not Alone". I used ampersands to join the MID formulas, then it only gave me the Y, when I nested the second MID formula inside the first.
Any idea what I'm doing wrong? O_o.
Again, thanks this is very helpfull. just a quick question: What is the formula for the "date" or "Now"? Whenever a Formula date or time the string it converts it back to the numeric enrty i.e. 42265. for example ="the date is "&A1 . A1 is =Today() or =Now().
Markblackburn86 1 year ago
Try:
="the date is "&TEXT(A1,"mm/dd/yy")
ExcelIsFun 1 year ago