Here is the formula i have currently.
=IF(F2>=8,CHOOSE(A2,185,205,275),IF(F2<3.5,CHOOSE(A2,28,32,45)*F2,CHOOSE(A2,95,115,165)+CHOOSE(A2,28,32,45)*(MAX(F2-4,0))))
However, when F2 is greater then 8 then the flat rate (185,205,or 275) stays. I need to make it so that if anything >8 is in F2 then its (185,205,275) + an hourly charge for each number over 8. The hourly charges would be (28,32,45) depending on what A2 is (1,2,or 3).
I dont know if this makes sense or not.
Please help me!
Regards,
Braden
Bookmarks