R
Rex
Hi,
I want to creat a query that would look like the following. The only
trouble is I am not able to get the calculated fields to calculate the
values. It gives me #Error
Names | Contribution | Difference | remainder | Payables
----------------------------------------------------------------------------------------------
John 55 35 67.5 32.5
Smith 10 80 67.5 -12.5
Cooper 15 75 67.5 -7.5
Toby 10 80 67.5 -12.5
---------------------------------------------------------------------------------------------
90 270
---------------------------------------------------------------------------------------------
Rules:
TotalExp => Sum(Contribution)
Difference => TotalExp - Contribution
TotalDiff => Sum(Difference)
Remainder => TotalDiff * (1/4)
Payable => Remainder - Difference
I want to do this in a Query.. Thank you
Rex
I want to creat a query that would look like the following. The only
trouble is I am not able to get the calculated fields to calculate the
values. It gives me #Error
Names | Contribution | Difference | remainder | Payables
----------------------------------------------------------------------------------------------
John 55 35 67.5 32.5
Smith 10 80 67.5 -12.5
Cooper 15 75 67.5 -7.5
Toby 10 80 67.5 -12.5
---------------------------------------------------------------------------------------------
90 270
---------------------------------------------------------------------------------------------
Rules:
TotalExp => Sum(Contribution)
Difference => TotalExp - Contribution
TotalDiff => Sum(Difference)
Remainder => TotalDiff * (1/4)
Payable => Remainder - Difference
I want to do this in a Query.. Thank you
Rex