Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Excel formula advice

Options
  • 06-06-2017 10:04pm
    #1
    Registered Users Posts: 4,130 ✭✭✭


    Hi all,
    Need some advice:
    have assembled formula in cells I10-17 to calculate funds depending on “rate” and “accumulated range”:
    =IF(H10<=5,H10*$E$3,IF(AND(H10>=6,H10<=10),5*$E$3+(H10-5)*$E$4,IF(AND(H10>=11,H10<=15),5*$E$3+5*$E$4+(H10-10)*$E$5,5*$E$3+5*$E$4+5*$E$5+(H10-15)*$E$6)))
    As per formula, rate apply per range for each range band: up to 5 – band 1, from 6 to 10 – band 2, and so on……….
    “current range” entered manually, “accumulated range” calculated with =SUM(H10+G11) and so on.
    Question:
    Is there better/easer/nicer way to achieve same – my formula in I10-17 seam very “bulky”?
    Thank you.


Advertisement