I have the following data with this formula =IF(D1=0,"",(B1/100*D1)*(1-E1%)) in column F.
In this portion of the expression ...(B1/100*D1)... I need D1 to increment over the twelve months of a year and not just *D1?
So in the following example with the formula above the total in column F is only right in December on each row. This of course is the problem and why I need to multiply it incrementally for each month and not just the whole D1 value.
Column D represents a full years percent value for each row for the year in column A.
So for row 1 the formula in Column F must in January compute 1 twelfth of D (3.75) in February 2 twelfths and so on. The date for row 1 would be the 12 months of the year the year for row 1 is 2001.
Column D figure needs to stay as it is so must all be done in Column F formula.
Sorry for the long explanation but it's not easy to explain.
A B C D E F
1 2001 10,000 3.50 3.75 20.00 £300.00
2 2002 15,000 2.00 3.50 20.00 £420.00
3 2003 15,000 1.67 3.50 20.00 £420.00
4 2004 15,000 2.33 3.25 20.00 £390.00
5 2005 15,000 3.33 3.25 20.00 £390.00
In this portion of the expression ...(B1/100*D1)... I need D1 to increment over the twelve months of a year and not just *D1?
So in the following example with the formula above the total in column F is only right in December on each row. This of course is the problem and why I need to multiply it incrementally for each month and not just the whole D1 value.
Column D represents a full years percent value for each row for the year in column A.
So for row 1 the formula in Column F must in January compute 1 twelfth of D (3.75) in February 2 twelfths and so on. The date for row 1 would be the 12 months of the year the year for row 1 is 2001.
Column D figure needs to stay as it is so must all be done in Column F formula.
Sorry for the long explanation but it's not easy to explain.
A B C D E F
1 2001 10,000 3.50 3.75 20.00 £300.00
2 2002 15,000 2.00 3.50 20.00 £420.00
3 2003 15,000 1.67 3.50 20.00 £420.00
4 2004 15,000 2.33 3.25 20.00 £390.00
5 2005 15,000 3.33 3.25 20.00 £390.00