I have two running totals. RunA and RunB. RunA shows the subtotal of salary for group A and RunB for group B. I have formula @GrandRunTotal that adds RunA+RunB.
Say if RunA=$0 and RunB=$45000, then my formula does not return any value. Whereas it should return $45000. If both running totals have values then it returns correct results.
Anybody has idea why the formula is just showing nothing instead of RunB's value?
Say if RunA=$0 and RunB=$45000, then my formula does not return any value. Whereas it should return $45000. If both running totals have values then it returns correct results.
Anybody has idea why the formula is just showing nothing instead of RunB's value?