#1   Report Post  
Posted to microsoft.public.excel.misc
nicole0904
 
Posts: n/a
Default Dates Problem


I'm creating a barcode that containes several fields from a worksheet.
One of the fields needs the be the date it is cell L4 and L4 contains
=today() to get the date. When the date is pulled from here it comes in
as 38846. How do I get it to display 050906?

This is the formula creating the barcode
=CONCATENATE("*",UPPER(A4),B31,H8,L4,UPPER(H1),"*" )


--
nicole0904
------------------------------------------------------------------------
nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774
View this thread: http://www.excelforum.com/showthread...hreadid=540425

  #2   Report Post  
Posted to microsoft.public.excel.misc
ianonline
 
Posts: n/a
Default Dates Problem


I'm surprised you know quite an advanced formula like that (which I
don't understand) but are stuck with this! Just right click on the cell
with "38846" and select Format Cells. Select "Date" from the list and
choose the date format of your choice.

Ian


--
ianonline
------------------------------------------------------------------------
ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
View this thread: http://www.excelforum.com/showthread...hreadid=540425

  #3   Report Post  
Posted to microsoft.public.excel.misc
nicole0904
 
Posts: n/a
Default Dates Problem


I've tried formatting it as a date, it doesn't change though. I'm
assuming it's not changing because of the other stuff in there.


--
nicole0904
------------------------------------------------------------------------
nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774
View this thread: http://www.excelforum.com/showthread...hreadid=540425

  #4   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Dates Problem

Use


=CONCATENATE("*",UPPER(A4),B31,H8,TEXT(L4,"mmddyy" ),UPPER(H1),"*")

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"nicole0904" wrote
in message ...

I've tried formatting it as a date, it doesn't change though. I'm
assuming it's not changing because of the other stuff in there.


--
nicole0904
------------------------------------------------------------------------
nicole0904's Profile:
http://www.excelforum.com/member.php...o&userid=31774
View this thread: http://www.excelforum.com/showthread...hreadid=540425



  #5   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default Dates Problem

"nicole0904" wrote
in message ...

I'm creating a barcode that containes several fields from a worksheet.
One of the fields needs the be the date it is cell L4 and L4 contains
=today() to get the date. When the date is pulled from here it comes in
as 38846. How do I get it to display 050906?

This is the formula creating the barcode
=CONCATENATE("*",UPPER(A4),B31,H8,L4,UPPER(H1),"*" )


Try =CONCATENATE("*",UPPER(A4),B31,H8,TEXT(L4,"MMDDYY" ),UPPER(H1),"*")
--
David Biddulph




  #6   Report Post  
Posted to microsoft.public.excel.misc
nicole0904
 
Posts: n/a
Default Dates Problem


Awesome! Thanks!


--
nicole0904
------------------------------------------------------------------------
nicole0904's Profile: http://www.excelforum.com/member.php...o&userid=31774
View this thread: http://www.excelforum.com/showthread...hreadid=540425

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
formula to add dates. S S Excel Worksheet Functions 8 April 5th 06 07:53 PM
US dates to UK?? Bill Excel Worksheet Functions 4 December 8th 05 06:44 PM
Counting dates for a the present month but not future months BrianInCalifornia Excel Worksheet Functions 3 December 7th 05 02:00 AM
Formating Dates for production schedule dpl7579 Excel Discussion (Misc queries) 1 January 11th 05 08:43 PM
Problem with date base units for x axis Peter Carr Charts and Charting in Excel 1 December 15th 04 09:11 AM


All times are GMT +1. The time now is 02:29 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"