View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Larry[_7_] Larry[_7_] is offline
external usenet poster
 
Posts: 3
Default Automatic Time and Date

Hi, I have a situation similar to D. West where I'd like for the current
time and date to be entered in col. A whenever a new row is populated with
values. I tried the setting col. A to: =IF(COUNTA(B3:IV3)<0,NOW(),"") like
Gary Brown suggested for D.West. That sort of worked, but I'd like for that
value to remain, not be subject to recalculation whenever something new is
added to that or other rows. Any way to specify that value to remain
unchanged once it's calculated the first time? Thanks.
Larry