Slightly harder/complicated Excel formula

Atazala

New Member
Joined
Sep 21, 2015
Messages
1
Hi there;

I have a small problem, I need to condense this table of formulas into one calculation and this is beyond my meagre skills, I build the table to calculate some discount bands, basically applying a rate to the cell highlighted (red) taking the figure apart portioning it into bands and applying rates to those bands putting it back together and giving me the total discount for that value across all bands, its currently set at 700 the final figure (highlighted in orange is what I'm hunting for)

This works a treat for one-off calculations but I need it to do this same thing 240 times and have them all dynamically change. If this is too hard I'll move this into VBA forums



BandRateBands$ in band$ discount
110=IF(C10>C5,C5,C10)=IF(D4>0,D4,0)=D4*(1-B4)=E4/C$10=G4*(1-B4)
20.7100.001=IF(C$10>C6, (C6-C5),(C$10-C5))=IF(D5>0,D5,0)=E5*(1-B5)=E5/C$10=G5*(1-B5)
30.6300.001=IF(C$10>C7, (C7-C6),(C$10-C6))=IF(D6>0,D6,0)=E6*(1-B6)=E6/C$10=G6*(1-B6)
40.5600.001=C10-C7=IF(D7>0,D7,0)=E7*(1-B7)=E7/C$10=G7*(1-B7)
SI700=SUM(D4:D7)=SUM(E4:E9)=SUM(F4:F9)=SUM(G4:G7)=SUM(H4:H7)

<tbody>
</tbody>
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
instead of formulas, you could run a macro, to scan the list and produce the values.
(stops you from typing in formulas)
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top