Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
littleps
 
Posts: n/a
Default date and text concatenation


I tried to concatenate cell A1 with date (27.07.2005) and cell B1 with
text (INVOICE 777) by using formula in cell C1 (=A1&" "&B1)and received
the following result *38560 INVOICE 777*. But I want to see the result
as *27.07.2005 INVOICE 777*. How to avoid the date convertion? Please
advise. TIA.


--
littleps
------------------------------------------------------------------------
littleps's Profile: http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537

  #2   Report Post  
Odicus
 
Posts: n/a
Default


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


--
Odicus
------------------------------------------------------------------------
Odicus's Profile: http://www.excelforum.com/member.php...o&userid=25610
View this thread: http://www.excelforum.com/showthread...hreadid=390537

  #3   Report Post  
olasa
 
Posts: n/a
Default


Sure.
=TEXT(A1,"DD.MM.YYYY")&" "&B1

HTH
Ola Sandström


--
olasa
------------------------------------------------------------------------
olasa's Profile: http://www.excelforum.com/member.php...o&userid=17760
View this thread: http://www.excelforum.com/showthread...hreadid=390537

  #4   Report Post  
Max
 
Posts: n/a
Default

Try in say, C1:

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

--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"littleps" wrote in
message ...

I tried to concatenate cell A1 with date (27.07.2005) and cell B1 with
text (INVOICE 777) by using formula in cell C1 (=A1&" "&B1)and received
the following result *38560 INVOICE 777*. But I want to see the result
as *27.07.2005 INVOICE 777*. How to avoid the date convertion? Please
advise. TIA.


--
littleps
------------------------------------------------------------------------
littleps's Profile:

http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537



  #5   Report Post  
KL
 
Posts: n/a
Default

Hi,

Try this: =TEXT(A1,"dd.mm.yyyy")&" "&B1

Regards,
KL


"littleps" wrote in
message ...

I tried to concatenate cell A1 with date (27.07.2005) and cell B1 with
text (INVOICE 777) by using formula in cell C1 (=A1&" "&B1)and received
the following result *38560 INVOICE 777*. But I want to see the result
as *27.07.2005 INVOICE 777*. How to avoid the date convertion? Please
advise. TIA.


--
littleps
------------------------------------------------------------------------
littleps's Profile:
http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537





  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

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

--

HTH

RP
(remove nothere from the email address if mailing direct)


"littleps" wrote in
message ...

I tried to concatenate cell A1 with date (27.07.2005) and cell B1 with
text (INVOICE 777) by using formula in cell C1 (=A1&" "&B1)and received
the following result *38560 INVOICE 777*. But I want to see the result
as *27.07.2005 INVOICE 777*. How to avoid the date convertion? Please
advise. TIA.


--
littleps
------------------------------------------------------------------------
littleps's Profile:

http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537



  #7   Report Post  
Max
 
Posts: n/a
Default

You may also wish to browse Debra's page on "Combining Data" at:
http://www.contextures.com/xlCombine01.html
(see especially the section on "Formatting examples" - scroll down)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


  #8   Report Post  
littleps
 
Posts: n/a
Default


Odicus, Olasa, Max, Bob Philips, KL,

Thanks a lot, it works perfectly. Max tks for the link.


--
littleps
------------------------------------------------------------------------
littleps's Profile: http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537

  #9   Report Post  
Max
 
Posts: n/a
Default

You're welcome (from us <g) !

It was nice and thoughtful of you to quote
all respondents to your post in your feedback ..
(Appreciated !)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"littleps" wrote in
message ...

Odicus, Olasa, Max, Bob Philips, KL,

Thanks a lot, it works perfectly. Max tks for the link.


--
littleps
------------------------------------------------------------------------
littleps's Profile:

http://www.excelforum.com/member.php...o&userid=25482
View this thread: http://www.excelforum.com/showthread...hreadid=390537



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
pasting data from a website changes text to date stebro Excel Discussion (Misc queries) 8 August 12th 06 08:39 PM
Excel enters date as a text format Kane Excel Discussion (Misc queries) 3 March 22nd 05 09:20 PM
How do I convert a number formated as a date to text in Excel? BrotherNov Excel Discussion (Misc queries) 5 March 2nd 05 03:51 PM
EXTRACT TEXT FROM A DATE Ronbo Excel Worksheet Functions 5 February 1st 05 07:39 AM
& reference answering as Date Serial # not actual text Kevin M Excel Worksheet Functions 0 November 30th 04 05:57 PM


All times are GMT +1. The time now is 05:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"