Hello all. Got a formula request I'm not smart enough to answer. Currently, we're using this formula to track total hours worked (for training purposes).
Basically, add up all numbers in this column based on these parameters. Previously, this formula wasn't an issue since the moment an operator cleared a position they would cease appearing in Smartsheet. Therefore, the <TODAY parameter would include all training and nothing more.
However, upon expanding out to another group, they do things a little differently. They clear on positions that they then continue to train on in different capacities, so their training sessions will continue to appear in Smartsheet. But we want the numbers to stop counting once they clear the first time.
So the idea is this. How do I write a formula that adds up a column's numbers, not in totality, but up to a certain point. That point in particular being the selecting of a checkbox. Once that box is selected we'd like the numbers to cease counting.
I imagine it'll be similar to the formula above, just not the <TODAY aspect. Any help would be appreciated!