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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Excel formula advice

  • 06-06-2017 9:04pm
    #1
    Registered Users, Registered Users 2 Posts: 4,269 ✭✭✭


    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