hmltnangel
Active Member
- Joined
- Aug 25, 2010
- Messages
- 288
- Office Version
- 365
- Platform
- Windows
Hi folks,
Got two seemingly simple queries that I cant figure out myself.
First is to put a simple date stamp in a cell so I know when another cell was filled in. I have put the following formula in it but I know its wrong and Im not sure how to make it work correctly....
=IF(C5<>"",IF(J2="",NOW(),J2),"")
Basically I want J2 to record the date that C5 was completed.

Second up I have a 'mailto' setup so that when a button is clicked it mails the workbook to someone. Is it possible to have it copy a particular cell and use the contents of that cell as the subject for the email?
thanks
D
Got two seemingly simple queries that I cant figure out myself.
First is to put a simple date stamp in a cell so I know when another cell was filled in. I have put the following formula in it but I know its wrong and Im not sure how to make it work correctly....
=IF(C5<>"",IF(J2="",NOW(),J2),"")
Basically I want J2 to record the date that C5 was completed.
Second up I have a 'mailto' setup so that when a button is clicked it mails the workbook to someone. Is it possible to have it copy a particular cell and use the contents of that cell as the subject for the email?
thanks
D