Hello
I have looked around the forum for a possible solution to my problem, but either have not looked hard enough or i am unable to recognize the solution.
I want time and date (as of the time of clicking) when i click a checkbox in one cell to appear, and stay unchanged, in another cell. When it is not checked, or if it is unchecked again, the date and time have to disappear. And if clicked again, a new date and time set (as of the time of the new click) has to appear.
I have tried this solution:
A2 Format control (of CheckBox) -> Cell link set to:
$B$2
C2 (wherein time+date needed) set to
=IF(B2=TRUE;NOW();"")
But the now function is literally "now" i have discovered, and keeps the date and time updated to actual time. I need it to keep the time from when the checkbox was clicked
hope it is not too convoluted a description.
Thanks
Rene
Bookmarks