I have a field in one matrix report (Matrix1) that needs to have the font in a particular field conditionally formatted based on a formula that references not only Matrix1, but also Matrix2 and Matrix3: SUM(Matrix2.Units) * .1 + SUM(Matrix3.Units) * .2 / SUM(Matrix1.Units).
I know I can't reference the other Matrices directly because of issues of scope, but is there a work around that anyone can suggest?