Hi, i have this fintion that displays the current date in a field if another cell is not empty..
=IF($A2<>"", NOW(),"")
works ok, however if i open the file tomorrow and update another row, the new date is ok but the old date changes..
how can i fix this??
many thanks,
Brian
=IF($A2<>"", NOW(),"")
works ok, however if i open the file tomorrow and update another row, the new date is ok but the old date changes..
how can i fix this??
many thanks,
Brian