I want to write logic into the formula for Column "D". I first want to be able to Put in a manual Increase if desired into Column "E". IF I don't wan to do that then I want to put in an Increase by Percentage in Column "C".
After that I want to automatically increase Column "D" based on the logic written into "IF" statements. So it will look in Column "B" and increase Column "D" based off the ranges in the table
I don't want to use a table, just "IF" Statements. I just can't figure out how Excel sees the percentages. Any help would be appreciated. Thanks,
=IF(A2<5,5+E2,IF(E2>=0,E2+A2,IF(C2>=0*(C2+1)*A2,IF(B2>0<=25%,A2*1.05,IF(B2>25.0001%<50%,A2*1.1,IF(B2>50.0001%<100%,A2*1.15,IF(B2>100.0001<200%,A2*1.25,IF(B2>200.0001,A2*1.35,A2))))))))
Bookmarks