Hello
I have a checkbox column that I want when checked to copy the shipped date form one column (Shipped Date) to another column (Customer requested date).
Is this possible with a formula?
Yes, you can enter the following formula into you customer requested date box. However, if someone hard codes a date over the formula, it will overwrite it and the formula will no longer exist.
=IF([Checkbox Column Name]@row = 1, [Shipped Date]@row, "")
Hi,
To add to Mike's excellent advice.
If you want to store the date that the checkbox was checked without adding the date manually, you can use the third-party service, Zapier, for that use case.
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
=SUMIFS({GM Compliance Trained}, {GM Compliance Training Dept}, Department@row , {Compliance Training Date}, MONTH(7, 8, 9)) GM Compliance Trained is the number of employees trained. I am trying to sum the number of employees trained in each department during 3rd quarter (July 1-Sep 30). Thinking I need an IFERROR in there…
Hi. I am working on a (roughly) annual document review system, in partnership with another team in my organization. They have requested that they receive one document to review per week. But there are more documents to review than there are weeks in the year. So I need to figure out a method for ensuring that I don't send…
I would like to use automation on a sheet to record the Open and Closed date for a given RAID item. I don't want to record the time, however. Is there a way to exclude a time stamp from the automation? If it is not possible to exclude the time stamp, what formula would I need to use to extract the datae and time into…