I have a cell that changes its value periodically but that cell is used in a formula each month. How do I keep the formula results for the previous months when the cell values changes. Here is a SUPER simplified example:
a1=2 and b1=3
c1="January" c2=a1+b1 (which equals 5)
d1="February" d2=a1+b1 (which equals 5)
e1="March" and so on. In March, a1 changes to =5 so, e1=a1+b1 (which now equals 8)
Now a1 and b1 already have formulas in them to calulate a value and they are fairly complex.
What I want to know is how can I keep c2 and d2 to remain at 5?
More about my actual document:
I am planning on sending this for others to use and, I don't want them to need to alter it.
My A1 figures what "phase" some one is in (1,2a,2b,3,4, and 5)
then B2 will figure how many items a person must do (the are 5 different items) according to "male or femal and age".
It was much more intensive than I thought it would be but, because I had 3 things to look at, I couldn't use a chart for lookups until I figured A1.
Now, A1 will change as a person progresses to the next phase and B1 changes as age changes.
These values are returned to another area where the actual #'s are also recorded (on the row below it). The #s are compared and if they accomplished thier tasks, which is a formula because it's 2/3 and 1/2 out of the 5, it records a "Pass" if not it records a "Retest". This is all done 1/month.
As the "phase and Age" change the test is harder so, if it goes back when I change A1 and recalculates the months that have already been scored, it could mess up everything.
a1=2 and b1=3
c1="January" c2=a1+b1 (which equals 5)
d1="February" d2=a1+b1 (which equals 5)
e1="March" and so on. In March, a1 changes to =5 so, e1=a1+b1 (which now equals 8)
Now a1 and b1 already have formulas in them to calulate a value and they are fairly complex.
What I want to know is how can I keep c2 and d2 to remain at 5?
More about my actual document:
I am planning on sending this for others to use and, I don't want them to need to alter it.
My A1 figures what "phase" some one is in (1,2a,2b,3,4, and 5)
then B2 will figure how many items a person must do (the are 5 different items) according to "male or femal and age".
It was much more intensive than I thought it would be but, because I had 3 things to look at, I couldn't use a chart for lookups until I figured A1.
Now, A1 will change as a person progresses to the next phase and B1 changes as age changes.
These values are returned to another area where the actual #'s are also recorded (on the row below it). The #s are compared and if they accomplished thier tasks, which is a formula because it's 2/3 and 1/2 out of the 5, it records a "Pass" if not it records a "Retest". This is all done 1/month.
As the "phase and Age" change the test is harder so, if it goes back when I change A1 and recalculates the months that have already been scored, it could mess up everything.