Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I ahve a formula that displays text and (hopefully) a date into a cell, based
upon some criteria : =IF(AA1782G1782,"Week Commencing " & $AA$3,0) Cell AA3 contains a date, however the formual is true in this case and the text displayed is Week Commencing 39643 The 39643 representing the date, how can I convert this to a true date (should be 14 Jul 08) ? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AA1782G1782,"Week Commencing " & TEXT($AA$3,"dd mmm yy"),0)
"AMH" wrote: I ahve a formula that displays text and (hopefully) a date into a cell, based upon some criteria : =IF(AA1782G1782,"Week Commencing " & $AA$3,0) Cell AA3 contains a date, however the formual is true in this case and the text displayed is Week Commencing 39643 The 39643 representing the date, how can I convert this to a true date (should be 14 Jul 08) ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date format in a text string | Excel Worksheet Functions | |||
search for date in long string of text | Excel Discussion (Misc queries) | |||
How do I grab the date from a text string? | Excel Worksheet Functions | |||
Convert text string to date | Excel Worksheet Functions | |||
How do I convert a text string into a date? | Excel Worksheet Functions |