View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
NBVC[_123_] NBVC[_123_] is offline
external usenet poster
 
Posts: 1
Default Convert time to text


You need to coerce your text string (value in quotes) back to a number
(date)...

Try:

=IF(M34="12:01:00 AM"+0,"ARR",M34)


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=122375