Sign in to join the conversation:
Hello,
looking for a formula that would mark the parent cell Complete after all the children cells are marked Pass.
Try something like this...
=IF(COUNTIFS(CHILDREN(), "Pass") = COUNTIFS(CHILDREN(), OR(NOT(ISBLANK(cell)), ISBLANK(@cell))), "Complete")
Thanks for the reply but it shows unparseable.
Can you post your exact formula that you are using? Screenshots would also be very helpful. Sensitive/confidential data can be removed, hidden, or replaced with "dummy data" if needed.
This discussion was created from comments split from: Dashboard Graph Widget - Color in Series keeps changing.
When creating form submissions in the field, one of our technicians reported a bug that may affect others. We use URL string querying to correctly pre‑populate the job address (city, ZIP, and state). However, after scrolling down the form, an Auto Fill popup used to insert the technician’s name and email can be selected,…
Hello everyone, I have several rows (different entries) that I would like to enter on a custom form using the "Generate Document" workflow. I did a test run and it just generated "individual" PDF form per row - and not multiple rows merged into one form as I was expected. Is there another way or methodology around this or…