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.
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.