Hi,
I'm having a problem with a circular calculation and hoping someone can help. I run a sports business and I am trying to create a Duty Report system where each day it lists who has played and what game fees they owe. Generally this would be $45 plus any overdue fees.
I have uploaded the following 3 files for you to look at:
http://citysidesports.com/excel1.jpg
http://citysidesports.com/excel2.jpg
http://citysidesports.com/excel3.jpg
In excel1 you will see the Duty Report for the 1st of September. Under the heading Game Fees I have entered number 1 for TID. This then looks up team number 1 in the Data Book (excel2) and places the team's name in the next column.
In the following column it shows the amount the team is required to pay. It does this by looking up the team's usual game fee (excel2) and adding to it any overdue amounts (excel3). The overdue amount needs to include any fees from last month (excel3 - Column C) plus overdue fees added from the current month (excel3 - Column D).
This is where my problem occurs. Because the excel3 - Column D amount comes with the following formula: =SUMIF('1st'!A$6:A$33,Previous!A3,'1st'!J$6:J$33)+SUMIF('2nd'!A$6:A$33,Previous!A3,'2nd'!J$6:J$33)+C3
At the moment that only adds up the amounts from the 1st and 2nd, but eventually will go all the way to the 31st.
In excel1 Column J, it uses the formula: =IF(A6<>"",F6-G6-H6,""). However it won't calculate obviously because of the circular reference, because it is linked with excel3 Column D.
I hope I've explained myself correctly. Probably not!
If anyone understands what I'm trying to achieve and knows how I can combat this your help would be appreciated!
Or please, ask me questions so I can explain clearer!
Thanks in advance!
Taylor.
Bookmarks