Capitalmind
New Member
- Joined
- Mar 30, 2016
- Messages
- 2
Hi all, I'm trying to build a table to calculate compounding of interest however the input amount is something I need to edit and the interest changes at different levels.
I tried stacking multiple IF statements so =IF(A1<=300,0.01,IF(A1>300 OR <1000... my formula breaks.
I don't know how to set banding in an IF statement or nesting AND/OR statements. It's probably better to use an index match but I don't know how to do that either.
Anyway the bands are:
$300 - $1000 0.25%
$1000 - $5000 0.35%
$5000 - $10000 0.4%
I want to look at the left hand value, determine with logic what interest band it is in then show that interest in the second column. I'll sum in the third column.
Any tips appreciated. Stacking multiple IF's is a regular problem for me, probably need INDEX/MATCH only I don't know how to use it.
I tried stacking multiple IF statements so =IF(A1<=300,0.01,IF(A1>300 OR <1000... my formula breaks.
I don't know how to set banding in an IF statement or nesting AND/OR statements. It's probably better to use an index match but I don't know how to do that either.
Anyway the bands are:
$300 - $1000 0.25%
$1000 - $5000 0.35%
$5000 - $10000 0.4%
I want to look at the left hand value, determine with logic what interest band it is in then show that interest in the second column. I'll sum in the third column.
Any tips appreciated. Stacking multiple IF's is a regular problem for me, probably need INDEX/MATCH only I don't know how to use it.