Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
how do i combine the date(A1) and time(B1) to show up in one cell and have
the correct format (C1). A1 B1 C1 5/25/05 13:00 5/25/05 13:00 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just add 'em up; in C1: =a1+b1, then format it appropriately (Edit
Format, on the numbers tab select Date, and scroll down til you see some formats that include both date and time). "Season" wrote: how do i combine the date(A1) and time(B1) to show up in one cell and have the correct format (C1). A1 B1 C1 5/25/05 13:00 5/25/05 13:00 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
that worked great, thanks
"bpeltzer" wrote: Just add 'em up; in C1: =a1+b1, then format it appropriately (Edit Format, on the numbers tab select Date, and scroll down til you see some formats that include both date and time). "Season" wrote: how do i combine the date(A1) and time(B1) to show up in one cell and have the correct format (C1). A1 B1 C1 5/25/05 13:00 5/25/05 13:00 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT(A1,"m/d/yy ")&TEXT(B1,"hh:mm")
-- HTH RP (remove nothere from the email address if mailing direct) "Season" wrote in message ... how do i combine the date(A1) and time(B1) to show up in one cell and have the correct format (C1). A1 B1 C1 5/25/05 13:00 5/25/05 13:00 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to calculate Date & Time differences | Excel Worksheet Functions | |||
how do i set up a cell in excel so that it shows the current date | Excel Worksheet Functions | |||
Excel: How do I enter a date in one cell & automatically dates adj | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |