Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1467
Summary Formulas in Outlook Style Grouped Grids
posted

I have an Outlook Style grouped grid, with several levels of grouping. There are summary cells in the group-by rows. Let's say I have three columns, A, B, and C. My code successfully calculates values for the summary cells for A and B in each group-by level.

I want the summary cells for C in each group-by level to show the ratio of the summary cell value for A and the summary cell value for B in that level. Is there a formula that I can use that will refer directly to the summary values in other cells of the group-by row that contains the target of the formula? The simplest one is  [A]/[B], but it returns #VALUE!.

Also, is there a reference that documents the syntax af the Calculation Engine's formulas?