View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
FIF780 FIF780 is offline
external usenet poster
 
Posts: 2
Default Inserting a static date into a function

So here's what I am trying to do:

I've created a pull-down list with a checkmark and I would like to create a
function for another cell that will insert the date that the checkmark was
added. The tricky part is getting that date to stay static instead of
changing to the computer's date (as with the TODAY() and NOW() functions). I
know that I have to us an IF function (like IF(A1=checkmark, "STATIC DATE",
"") ... and the static date is the thing that is killing me. In addition, my
company's computers do not take kindly to macros, so if there is anyway that
I am able to do this through a function, that would be ideal. Thanks!