Forum Discussion
Excel IF Formula
- Sep 08, 2020
ash_m200 Actually, similar questions have come up here twice the past week, though applied in different contexts.
https://techcommunity.microsoft.com/t5/excel/band-billing/m-p/1632141#M73901
Attached is the same type of solution that I provided then. I've adapted it to your specific situation. I trust you can apply the method demonstrated into your own file. If not, come back here.
ash_m200 Actually, similar questions have come up here twice the past week, though applied in different contexts.
https://techcommunity.microsoft.com/t5/excel/band-billing/m-p/1632141#M73901
Attached is the same type of solution that I provided then. I've adapted it to your specific situation. I trust you can apply the method demonstrated into your own file. If not, come back here.
- ash_m200Sep 08, 2020Copper Contributor
Thank you - that did work, apologies for not finding the other posts
- Riny_van_EekelenSep 08, 2020Platinum Contributor
ash_m200 No apologies needed. Not easy to find these threads where one calls it "banded billing" and another "Help with a formula". You yourself called it "Excel IF Formula". And all of you were looking for some kind of tiered fee calculation. Glad I could help.
- PeterBartholomew1Sep 08, 2020Silver Contributor
Why not
= SUMIFS(RateDiff, Lower, "<="&Qty)
You appear to be catering for very old versions of Excel.