Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calculatiuon problem

Status
Not open for further replies.

kentwoodjean

Technical User
Oct 19, 2002
376
US
I have a report that has a group footer and a report footer with the formula:

=Sum([CountOfCONTRACT])

I have added a column to show the % to grand total for each item within a group and it works just fine. It is:

=([CountOfCONTRACT]/Sum([CountOfCONTRACT]))

What I am having trouble doing is getting a formula right for the % to Grand Total for each group footer total. Because I would be dividing the group footer by the report footer (which are the same) I continue to get aggregate errors. Any idea how I can do this?
 
maybe something like...

=([CountOfContract]/[CountOfContractGrandTotalSum]) or whatever the Name of your grand total textbox is??

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top