Forms, Formula and fixes - Oh My!

Jayson
Jayson
edited 12/09/19 in Formulas and Functions

Hello,

 

I have created a web based form in which the user fills in certain information. As part of our metrics we need to keep track of when an quote is finished and completed. I have a date column for the quote finish and a checkbox cell for complete status. Our reports use the checkbox cell as the primary filter. 

Currently the user can click the finish box and fail to fill out the finish cell which skews metrics . In order to remedy that I create this formula in the checkbox : =IF(ISBLANK([Quote Finish]1), "Fill Quote Finish").

When the user updates the quote finish cell the checkbox becomes available to click. When the user clicks the check box the formula disappears, which isn't a problem until a new entry is created. 

As expected when a new entry is created the formula isn't there because the cells below it no longer contain the formula. I need to be able to retain this option of forcing the user to enter a finish date before being able to complete it. 

Is there a way to copy the formula into the complete checkbox each time a new entry is created? Will a index and match function work?

 

Thanks in advance,

Jayson

 

 

 

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!