Color Cells based on formula result
Hi everyone,I have a column (lets call it Indicator) with a formula in it that returns a 0 or a 1.Right now I know how to do this:formulaResult = :Indicator << Get Values;
:Indicator << Color Cells( "red", Loc(formulaResult==1) );But what I really want to do is have the data table dynamically respond: if I change the data so that the Indicator switches to 0 (false), I don't want the cell to highlig...
stephen_pearson
dale_lehman