View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
sigfreund
 
Posts: n/a
Default NOW() keeps changing


I found a way to keep the time from changing as I enter my data down the
colum. I added a conditional so once a time was entered the formula
went from now() to a direct cell ref to itself.

=IF(L1<"",IF(K2="",NOW(),K1),"")

this is the formula for cell k1


--
sigfreund
------------------------------------------------------------------------
sigfreund's Profile: http://www.excelforum.com/member.php...o&userid=32096
View this thread: http://www.excelforum.com/showthread...hreadid=518856