![]() |
I am trying to create a formula
I am trying to create a formula for the following information:
0 < 2, 11.33 per month 2 < 5, 14.66 per month 5 < 10, 16.66 per month 10 < 20, 18 per month 20, 20 per month This is for the following table: K L M N O P DOH Date Tenure Years Accural Rate Total 5 03/21/03 1/31/08 1777 4 0.00 6 03/21/03 2/29/08 1806 4 0.00 7 03/21/03 3/31/08 1837 5 0.00 8 03/21/03 4/30/08 1867 5 0.00 9 03/21/03 5/31/08 1898 5 0.00 10 03/21/03 6/30/08 1928 5 0.00 11 03/21/03 7/31/08 1959 5 0.00 12 03/21/03 8/31/08 1990 5 0.00 13 03/21/03 9/30/08 2020 5 0.00 14 03/21/03 10/31/08 2051 5 0.00 15 03/21/03 11/30/08 2081 5 0.00 16 03/21/03 12/31/08 2112 5 0.00 I need it to calculate the responce in O |
I am trying to create a formula
Ideally, you should create a table and then use VLOOKUP. However, using a
nested IF statement: =IF(N2<2,11.33,IF(N2<5,14.66,IF(N2<10,16.66,IF(N2< 20,18,20)))) HTH, Paul -- "Mandy" wrote in message ... I am trying to create a formula for the following information: 0 < 2, 11.33 per month 2 < 5, 14.66 per month 5 < 10, 16.66 per month 10 < 20, 18 per month 20, 20 per month This is for the following table: K L M N O P DOH Date Tenure Years Accural Rate Total 5 03/21/03 1/31/08 1777 4 0.00 6 03/21/03 2/29/08 1806 4 0.00 7 03/21/03 3/31/08 1837 5 0.00 8 03/21/03 4/30/08 1867 5 0.00 9 03/21/03 5/31/08 1898 5 0.00 10 03/21/03 6/30/08 1928 5 0.00 11 03/21/03 7/31/08 1959 5 0.00 12 03/21/03 8/31/08 1990 5 0.00 13 03/21/03 9/30/08 2020 5 0.00 14 03/21/03 10/31/08 2051 5 0.00 15 03/21/03 11/30/08 2081 5 0.00 16 03/21/03 12/31/08 2112 5 0.00 I need it to calculate the responce in O |
I am trying to create a formula
Hi,
The attached file has a similar solution. Please let me know if this helps. -- Regards, Ashsih Mathur Microsoft Excel MVP www.ashishmathur.com "Mandy" wrote in message ... I am trying to create a formula for the following information: 0 < 2, 11.33 per month 2 < 5, 14.66 per month 5 < 10, 16.66 per month 10 < 20, 18 per month 20, 20 per month This is for the following table: K L M N O P DOH Date Tenure Years Accural Rate Total 5 03/21/03 1/31/08 1777 4 0.00 6 03/21/03 2/29/08 1806 4 0.00 7 03/21/03 3/31/08 1837 5 0.00 8 03/21/03 4/30/08 1867 5 0.00 9 03/21/03 5/31/08 1898 5 0.00 10 03/21/03 6/30/08 1928 5 0.00 11 03/21/03 7/31/08 1959 5 0.00 12 03/21/03 8/31/08 1990 5 0.00 13 03/21/03 9/30/08 2020 5 0.00 14 03/21/03 10/31/08 2051 5 0.00 15 03/21/03 11/30/08 2081 5 0.00 16 03/21/03 12/31/08 2112 5 0.00 I need it to calculate the responce in O |
I am trying to create a formula
Hi,
You can try to use the solution in the attached workbook. -- Regards, Ashsih Mathur Microsoft Excel MVP www.ashishmathur.com "Mandy" wrote in message ... I am trying to create a formula for the following information: 0 < 2, 11.33 per month 2 < 5, 14.66 per month 5 < 10, 16.66 per month 10 < 20, 18 per month 20, 20 per month This is for the following table: K L M N O P DOH Date Tenure Years Accural Rate Total 5 03/21/03 1/31/08 1777 4 0.00 6 03/21/03 2/29/08 1806 4 0.00 7 03/21/03 3/31/08 1837 5 0.00 8 03/21/03 4/30/08 1867 5 0.00 9 03/21/03 5/31/08 1898 5 0.00 10 03/21/03 6/30/08 1928 5 0.00 11 03/21/03 7/31/08 1959 5 0.00 12 03/21/03 8/31/08 1990 5 0.00 13 03/21/03 9/30/08 2020 5 0.00 14 03/21/03 10/31/08 2051 5 0.00 15 03/21/03 11/30/08 2081 5 0.00 16 03/21/03 12/31/08 2112 5 0.00 I need it to calculate the responce in O |
All times are GMT +1. The time now is 10:33 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com