View Single Post
  #2  
Old August 18th, 2011, 04:50 PM
tarquinious tarquinious is offline
Experienced Member
 
First recorded activity by OfficeFrustration: Mar 2011
Posts: 34
Default

You could use something like:
Code:
=IF(A2="","",TODAY())
In this way it doesn't matter if you paste it further than the data you have, nothing will appear if there is no data in the cell.