#1   Report Post  
AYPCN
 
Posts: n/a
Default Date CONCATENATE

J5
HFUP,

K5
031005

L5
=CONCATENATE(J5,K5)
HFUP,38421 how can i get this date corrected to show what is in K5 tryed
formating cell to mmddyy

so the final resualt should show
HFUP,031005

thanx
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

Use the TEXT function (and don't bother using the CONCATENATE function, you
can use &s instead):

=J5&TEXT(K5,"mmddyy")

If you indeed want a comma separating them (your formulas below wouldn't
show a comma), you can stick it right before the mmddyy part.



"AYPCN" wrote in message
...
J5
HFUP,

K5
031005

L5
=CONCATENATE(J5,K5)
HFUP,38421 how can i get this date corrected to show what is in K5 tryed
formating cell to mmddyy

so the final resualt should show
HFUP,031005

thanx



  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi

try

=J5 & TEXT(K5,"mmddyy")

Cheers
JulieD

"AYPCN" wrote in message
...
J5
HFUP,

K5
031005

L5
=CONCATENATE(J5,K5)
HFUP,38421 how can i get this date corrected to show what is in K5 tryed
formating cell to mmddyy

so the final resualt should show
HFUP,031005

thanx



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
date and time ladimples247 New Users to Excel 2 February 16th 05 08:52 PM
concatenate text and date Tara Keane Excel Discussion (Misc queries) 2 February 11th 05 05:17 PM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 10:42 PM.

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

About Us

"It's about Microsoft Excel"