I have a workbook that allows me to calculate the balances needed to fund my mother's care home fees. In basic terms there is a worksheet that shows her income for different sources and her expenses. Her income is usually uplifted by inflation each April. My problem is that if I change the referenced worksheet all months are changed from Jan to Dec where I only want the Months from Apr to Dec to show the uprated income. The sam applies to fees although the change takes place in September.
I have tried to put an 'if' statement in the worksheet named year (in the attached example held on Box.net - link below)and clearly what I get is the months from Mar onwards picking up the new value in the Income cell and changing the old values to false whereas I want to keep the old values. So in the attached example for instance the new Pension value is 956 which the formula picks up but rather than change the old values to false I want them left with the old value which was 935. The statement I am using is: =IF(B5>3,Income!$B$4)
Can anyone help please?
I have tried to put an 'if' statement in the worksheet named year (in the attached example held on Box.net - link below)and clearly what I get is the months from Mar onwards picking up the new value in the Income cell and changing the old values to false whereas I want to keep the old values. So in the attached example for instance the new Pension value is 956 which the formula picks up but rather than change the old values to false I want them left with the old value which was 935. The statement I am using is: =IF(B5>3,Income!$B$4)
Can anyone help please?