timestamp row

R

Randy

I want Column A to auto time stamp the current time
whenever column B on the same row is changed...

For column A's formula I tried "=IF (ISBLANK(B2), "", NOW
()) but that resets each row where column B is not blank
for any row modified. So then I tried "=IF (ISBLANK
(B1), "", IF(ISBLANK(A1), NOW(), "")) and set iteration to
1 to get around the circular reference, but it still
resets all rows where B is not blank to the current time.
I'm using outlook 2000.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top