Sign in to join the conversation:
HI, If a checkbox is selected in column "SNAGS" can another column "DATE RECORDED" automatically populate the date in which the checkbox field was selected?RegardsStuart
Try this:
=IF(SNAGS1 = true, TODAY(), "")
If you uncheck the box, the date will be cleared.
Unfortunately, that won't probably work because the TODAY will update to the present day.
The only way that I can see that it would work will be if you change the date manually to the date on that day.
Best,
Andrée
Hi again Stuart,
It's possible to set up with the help of a service like Zapier, Azuqua or similar. Depending on your specific use case the question is if it's worth it.
I hope this helps you!
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi all - i am building a monthly dashboard with separate columns for each month's status, key takeaways, and next steps. I am wanting to build an automation that says for example: 'your {{current month}} status update is due, your last {{last month}} update was {{status color}}. Please be sure to indicate your key…
Hello, I have been using an Index match formula, however it doesn't always pull back the correct match or provides a no match however when validating the data, it is there. Is there a better formula to use? Here is what my current formula is in the cell: =INDEX(reference sheet column),MATCH(@row in sheet,(reference sheet…
I have a summary sheet that the formulas look fine on, and were working well, but, after the first of the year, the fields are showing up as either invalid operation or blocked. What would cause this? Below is what is showing when I try to pull the sheet summary to use for the widget. This is what I am seeing in the actual…