![]() |
How do i combine 2 cells contain date in one cell,
I have two cells contain date A1 : 39508 (after formated = march 08) and
B1:39539 (after Formated = April 08) How do i combine this Two cells to C1 if I need the result should be "March 08 - April 08". |
How do i combine 2 cells contain date in one cell,
Try,
=TEXT(A1,"dd/mm/yyyy") & "-" & TEXT(B1,"dd/mm/yyyy") Mike "Bintaro645" wrote: I have two cells contain date A1 : 39508 (after formated = march 08) and B1:39539 (after Formated = April 08) How do i combine this Two cells to C1 if I need the result should be "March 08 - April 08". |
How do i combine 2 cells contain date in one cell,
=TEXT(A1,"mmmm yy") & " - " & TEXT(B1,"mmmm yy")
-- Hope this helps. Thanks in advance for your feedback. Gary Brown "Bintaro645" wrote: I have two cells contain date A1 : 39508 (after formated = march 08) and B1:39539 (after Formated = April 08) How do i combine this Two cells to C1 if I need the result should be "March 08 - April 08". |
All times are GMT +1. The time now is 12:11 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com