I wish to get the grand total of a dozen or so running totals. Each RT has a different set of selection criteria made of multiple, non-repeating groups. Each of the RT's displays in the report properly. I created a formula that simply adds each of the RT's by name (to crossfoot to another amount in the report). The problem is that if any of the RT's is null, the entire GT formula is compromised and nothing appears on the report where the GT should. If i // the RT's that are null, the formula works like a charm. I have tinkered with various if-then-else combos to no avail. What am i missing?