ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   date in diff. cells (https://www.excelbanter.com/excel-discussion-misc-queries/100790-date-diff-cells.html)

Gerald

date in diff. cells
 
I have a excel sheet with the dates in 3 different cells, e.g. 21/05/2006,
appears like
cell a1 21, cel b1 05 and cell c1 2006

tried merging the cells but did not work, need to have this date in one cell

any help will be appreciated

thanks



VBA Noob

date in diff. cells
 

=TEXT(A1&"/"&B1&"/"&C1,"dd/mm/yy")


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=564061


Gerald

date in diff. cells
 
thank you very much

"VBA Noob" wrote:


=TEXT(A1&"/"&B1&"/"&C1,"dd/mm/yy")


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=564061



Ardus Petus

date in diff. cells
 
=DATE(C1,B1,A1)

HTH
--
AP

"Gerald" a écrit dans le message de news:
...
I have a excel sheet with the dates in 3 different cells, e.g. 21/05/2006,
appears like
cell a1 21, cel b1 05 and cell c1 2006

tried merging the cells but did not work, need to have this date in one
cell

any help will be appreciated

thanks






All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com