I've been perusing the forums for how to have a checkbox column check a duplicate of a row and I can't get any of them to work the way I want them to. Criteria for checkbox being checked: Row ID shows…
Hi! I'm trying to count each row that 1) has the Parent Row checked, then 2) each of those that has a unique value in the Row ID column. (meaning if there's duplicate numbers, like rows 0062, I want i…
Here is my current formula for the column "Tech Setup Price" =IF(AND([Tech/Set Up]@row = "yes", [Is the frame curved? ]@row = "Yes"), 650, IF(AND([Tech/Set Up]@row = "yes", [Is the frame curved? ]@row…
As of now, someone that has been invited to review a proof cannot see their comments they've made on a previous version of the proof. This can be problematic if they are trying to reference something …
Hello, I'm trying to make an IF( formula for the following criteria. If Tech is YES and Curved is YES, 650 If Tech is YES and Curved is NO, 500 If Tech is NO, 0 Thank you!