I use a formula to calculate an income column:
IF((Totaldist_btw > Projected_annualincome),Totaldist_btw,Projected_annualincome) .
This works great except for a calculated column sub-total. The formula is actually applied to the sub-totals also rather than adding up the actual number in the calculated column meaning that my sub-total is not correct for the calculated column.
Can I get the calculated column to total correctly?