View Single Post
  #3   Report Post  
bj
 
Posts: n/a
Default

You cannot change another cell with a formula.
You will need to use a macro to do that.
the appropriate code will depend on when you wnat the time stamp to occur.

The Now() function is not a good time stamp unless you copy and paste
special values as you apply it.
=now() in a cell will show current time (IE tomorrow it will show tomorrow,
not today.)


"Brandon" wrote:

Hey,
I'm trying to use the IF function to create a time stamp in another cell
if the Logical_Test is true. I'm kinda at a loss. If anyone could help me
that would be fantastic.
Thank you so much.:)