Sign in to join the conversation:
Hello,
I want to configure a formula to set the current date when 2 checkboxes are checked.
I have configured 1 date column and 2 checkboxes columns.
I don't want to use the auto-modify date column for this purpose.
Please help.
Hi Hans,
Date/time enhancements are coming that probably would help in your use case, but I don't know when or the specifics.
In the meanwhile, the third-party service, Zapier, is an excellent option for this scenario. Is that an option for you?
Do you need the ability to change the row after the checkboxes are checked?
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
I'm trying to create a formula that will output a Product category. Below is the formula and I've provided a screenshot of the columns involved. =IF(AND(Folder1 ="default", [Cost Category]1="Printer : Plex", ISNUMBER(FIND("Color",[Cost Option]1))), "Color Impressions", If(AND(Folder1="default", [Cost Category]1="Printer :…
Hi All, I have a project plan with a column called "Owner" that has a column type of contact list. The contacts are from multiple companies. It's a large project plan. I have created columns that have a column type of checkbox. I want to check the box if the owner is from a certain company (which can be determined by the…
Hello, I am trying to use JOIN-COLLECT to populate a cell with a contact by pulling from another sheet. However, when I use this formula it populates the cell with the name of the contact as a text string, but does not populate the cell with the contact itself. Both the column of cells being populated and the column the…