I have a crosstab with cells populated via an array. Is it possible to do conditional formatting on these cells?
The first columns contain values from my main report. The last column contains a value from a subreport, populated with an array. I would like to compare the values in the first columns with the value in the last column and have each cell "highlighted in yellow" that is a smaller value than the last column.
Will this work?
If so, how?
Thanks.