View Single Post
  #3   Report Post  
Jschock Jschock is offline
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by Claus Busch View Post
Hi,

Am Mon, 19 Aug 2013 16:41:23 +0100 schrieb Jschock:

I tried entering the formula =IF(C2="Complete", TODAY(), "")
but that only returns me todays, date and not the date that I marked my
task as complete.


TODAY() is a volatile function and shows always today. That means the
value is changing every new day.
You have to write your date manually or with VBA.


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Claus,

How do I write the date with VBA? Can you explain this process to me - I've been trying to read about it but am getting a bit lost.