Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to merge multiple text cells and a date cell ...
So far, it won't let the data in the date cell show as a date, only as number. Help!! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Patricia wrote:
I am trying to merge multiple text cells and a date cell ... So far, it won't let the data in the date cell show as a date, only as number. Help!! You need the TEXT() worksheet function. Something like this... =H3&" "&TEXT(G3,"dddd, mmmm dd, yyyy")&" "&H4 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A1&" "&B1&" "&TEXT(C1," mmm dd yyyy")
Assumes C1 has a valid date. Gord Dibben MS Excel MVP On Fri, 15 Aug 2008 12:33:02 -0700, Patricia wrote: I am trying to merge multiple text cells and a date cell ... So far, it won't let the data in the date cell show as a date, only as number. Help!! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Patricia" wrote:
I am trying to merge multiple text cells and a date cell ... So far, it won't let the data in the date cell show as a date, only as number. Help!! Thank you for the answers! You made me look like a whiz kid to my boss!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help on excel merge cell | Excel Discussion (Misc queries) | |||
Mail merge an excel cell that is preceeded by an apostrophe? | Excel Discussion (Misc queries) | |||
Excel should let me use the merge and center with unprotected cell | Excel Discussion (Misc queries) | |||
Excel should merge cells without removing content of any cell | Excel Discussion (Misc queries) | |||
Excel cell filler for word merge document | Excel Discussion (Misc queries) |