Hi,
I'm working on an excel book to simulate outcomes from a game. I have 6 different sheets covering various aspects of the game, and the formulas in these 6 sheets all draw from a set of common constants. These constants I need to change every month (as the game change). Right now I just keep these constants in each of sheets, and every month I change the values and copy paste them over to each of the individual sheets. I would however like to create a master table of sorts. So that when I change the values in one, all changes.
Best of all would be to have the constants in a separate sheet and make references to that one in the formula - but the problem with that is that the formulas themselves are so long and that sheet references would make it hard to get an overview when I'm playing around with the formulas. As an example, this is how a formula look right now:
=((C30*C24*LOOKUP(C4;Y6:Y15;AD6:AD15)+(C31*LOOKUP(C4;Y6:Y15;Z6:Z15))+(C29*C25*(LOOKUP(C4;Y6:Y15;AI6:AI15)+IF(C49=TRUE;1;0)))+(((O31*(AU35+(IF(C4=Y9;2;0))))/C7)+((C26*(AU36+(IF(C4=Y9;2;0))))/C7)+(((O29*AU34)+IF(C4=Y9;1;0))/C7))*IF(C13=BB29;LOOKUP(C4;AJ6:AJ15;BB6:BB15);1))*G40)
Adding sheet references there would make it even longer and harder to get an overview of...
Any suggestions/ideas?
I'm working on an excel book to simulate outcomes from a game. I have 6 different sheets covering various aspects of the game, and the formulas in these 6 sheets all draw from a set of common constants. These constants I need to change every month (as the game change). Right now I just keep these constants in each of sheets, and every month I change the values and copy paste them over to each of the individual sheets. I would however like to create a master table of sorts. So that when I change the values in one, all changes.
Best of all would be to have the constants in a separate sheet and make references to that one in the formula - but the problem with that is that the formulas themselves are so long and that sheet references would make it hard to get an overview when I'm playing around with the formulas. As an example, this is how a formula look right now:
=((C30*C24*LOOKUP(C4;Y6:Y15;AD6:AD15)+(C31*LOOKUP(C4;Y6:Y15;Z6:Z15))+(C29*C25*(LOOKUP(C4;Y6:Y15;AI6:AI15)+IF(C49=TRUE;1;0)))+(((O31*(AU35+(IF(C4=Y9;2;0))))/C7)+((C26*(AU36+(IF(C4=Y9;2;0))))/C7)+(((O29*AU34)+IF(C4=Y9;1;0))/C7))*IF(C13=BB29;LOOKUP(C4;AJ6:AJ15;BB6:BB15);1))*G40)
Adding sheet references there would make it even longer and harder to get an overview of...
Any suggestions/ideas?