Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have following values in cells
A1=Faraz A2=(Current Date) A3=(Current Time) When I type the formula: ="This file was created by "&A1&" on "&A2&" at "&A3 The result line shows date and time in format of numbers and fractions. Any help would be highly obliged. Thanx! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe
=A1&" "&TEXT(A2,"dd:mm:yyyy")&" "&TEXT(A3,"HH:MM") Mike "FARAZ QURESHI" wrote: I have following values in cells A1=Faraz A2=(Current Date) A3=(Current Time) When I type the formula: ="This file was created by "&A1&" on "&A2&" at "&A3 The result line shows date and time in format of numbers and fractions. Any help would be highly obliged. Thanx! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="This file was created by "&A1&" on "&TEXT(A2,"mm/dd/yyyy at ")&TEXT(A3,"
hh:mm:ss") Gord Dibben MS Excel MVP On Thu, 20 Sep 2007 02:16:24 -0700, FARAZ QURESHI wrote: I have following values in cells A1=Faraz A2=(Current Date) A3=(Current Time) When I type the formula: ="This file was created by "&A1&" on "&A2&" at "&A3 The result line shows date and time in format of numbers and fractions. Any help would be highly obliged. Thanx! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Concatenation | Excel Worksheet Functions | |||
Concatenation | Excel Worksheet Functions | |||
Concatenation | Excel Discussion (Misc queries) | |||
date and text concatenation | New Users to Excel | |||
Concatenation Help | Excel Worksheet Functions |