Using a checkbox in numbers- if,then, I want to display today's date if checked, and keep that date, the day it was checked, not the current day

Using a checkbox in numbers- if,then, I want to display today's date if checked, and keep that date, the day it was checked, not the current day

MacBook Air (13-inch, Early 2014), OS X Yosemite (10.10.2)

Posted on Feb 18, 2015 3:55 PM

Reply
5 replies

Jun 13, 2016 8:17 PM in response to mdmayo

I know this is delayed, but I had the same issue. I figured out a way to do it using Numbers 3.6.2:

Assuming A2 contains your checkbox and when unchecked you want to output a blank cell.

IF(A2=TRUE,NOW(), "")


So, if A2 is checked, then the cell will show the current date and time, else it will show nothing. Input values that correspond best to your uses.


EDIT: When using multiple checkboxes, they all seem to change to the current time when checked or unchecked. So this won't solve your or my issues.

Jun 13, 2016 8:18 PM in response to dstr0yr

Hi dstr0yr,


Just to be clear, NOW() will supply the current date and time and it will update when the table updates. So if you checked the box in A2 this afternoon and printed or saved a PDF you will have that time/date but if you open the file tonight you will show the current date/time and not when the checkbox was checked.


quinn

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Using a checkbox in numbers- if,then, I want to display today's date if checked, and keep that date, the day it was checked, not the current day

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.