I would like to know the formulae to calculate the tiered interest on the amount for a day. I tried nesting if condition and it becomes too complicated.
My data is like this. In A3 to A52 I am having amount from 1000 to 50000 incremented by 1000. I have slab of 10000 to 50000 in B1 to F1 columns. I have interest rate in B2 to F2 starting from 5% to 9% incremented by 1%. I want to have 3 dimensional tables depending on the amount the interest per day should populate. For 1000 only in column B3, interest amount should populate. If the amount is 15000, up to 10000 interest at 5% to be calculated and above 10000 i.e. for next 5000 interest at 6% to be calculated. If amount is greater than 50000, for first 10000 at 5%, for amount >10000 up to 20000 at 6% and so on.
Any help please.
Regards,
Prakash
My data is like this. In A3 to A52 I am having amount from 1000 to 50000 incremented by 1000. I have slab of 10000 to 50000 in B1 to F1 columns. I have interest rate in B2 to F2 starting from 5% to 9% incremented by 1%. I want to have 3 dimensional tables depending on the amount the interest per day should populate. For 1000 only in column B3, interest amount should populate. If the amount is 15000, up to 10000 interest at 5% to be calculated and above 10000 i.e. for next 5000 interest at 6% to be calculated. If amount is greater than 50000, for first 10000 at 5%, for amount >10000 up to 20000 at 6% and so on.
Any help please.
Regards,
Prakash