-
Re: If formula for checkboxes
Hello @kaowser ! If you're using a formula, whenever the status changes, the checkboxes will change. Instead, if you want a status to mark a checkbox, and then a status change marks a new checkbox bu…1 · -
Re: Making parent complete if children complete BY REFERENCING OTHER COLUMNS
Hi Brandon, You can reference the children in a different cell by doing CHILDREN(Progress@row). If you are wanting to determine value of Health based on the Progress of the children all being Complet…1 · -
Re: Help with multiple IF (CONTAINS) AND OR criteria
Hi Josh, I think you could use another embedded if statement: =IF(CONTAINS("Invoice Management", [Issue Category (Consolidate)]@row), IF(Status@row <> "Complete", "Open…1 · -
Re: Adding a picture to display in a form
Hello! I've had the same question for some time now and have thought of a way to address it. It's not as clean as if the image is in the form itself but does allow you to reference an image on the sa…6 ·