#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Decreenisi
 
Posts: n/a
Default Umh !

I have a small problems, and have racked my brains to think of a way
out. So after 2 mins decided I need your help again. I have some code
in an excel spreadsheet which says
=IF(D130,B13&""&D13&""&J13,""). So far everything is OK, I have the
contents of 3 cells into one cell. The problem is B13 has a date format
21-FEB-06, when the B13 date is dispayed with the D13 & J13 in the
single cell, the date is displayed as 38721. Is it posible to have the
date displayed as it is in B13.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default Umh !

Use the TEXT function as in
=IF(D130,TEXT(B13,"dd/mm/yyyy")&""&D13&""&J13,"").
You can, of course, use whatever date format you like.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Decreenisi" wrote in message
oups.com...
I have a small problems, and have racked my brains to think of a way
out. So after 2 mins decided I need your help again. I have some code
in an excel spreadsheet which says
=IF(D130,B13&""&D13&""&J13,""). So far everything is OK, I have the
contents of 3 cells into one cell. The problem is B13 has a date format
21-FEB-06, when the B13 date is dispayed with the D13 & J13 in the
single cell, the date is displayed as 38721. Is it posible to have the
date displayed as it is in B13.



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



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