Multiply a cell range based upon "Drop Down List" selection

CLewis82

New Member
Joined
Nov 11, 2022
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
I have a spread sheet which has a list of regional areas. Each regional area has a specific % increase which is to be added to a subtotal of different costs. Depending on what regional area I select from the drop down list. I would like to be able to multiply a cell range of subtotals or a subtotal cell if easier by the percentage chosen from the drop down list....!?

Northern Ireland @ 3%
Republic of Ireland @ 5%
South England @ 3%
Central England @ 0%
Midlands & Wales @ 2 &
Scotland & Northern England @ 5%


I hope this makes sense....
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
I have a spread sheet which has a list of regional areas. Each regional area has a specific % increase which is to be added to a subtotal of different costs. Depending on what regional area I select from the drop down list. I would like to be able to multiply a cell range of subtotals or a subtotal cell if easier by the percentage chosen from the drop down list....!?

Northern Ireland @ 3%
Republic of Ireland @ 5%
South England @ 3%
Central England @ 0%
Midlands & Wales @ 2 &
Scotland & Northern England @ 5%


I hope this makes sense....
Screenshot 2022-11-11 155313.png
Screenshot 2022-11-11 155532.png


create a table like the one to in the 1st image then in the next screen add formula to cell B2 =IFERROR(INDEX(AreaLookup[%],MATCH(A2,AreaLookup[Area],0)),0) (Area lookup being the name of the table in 1st picture) Then add the formula =B4+(B4*$B$2) to cell C4.
 
Upvote 0
Solution
View attachment 78461View attachment 78462

create a table like the one to in the 1st image then in the next screen add formula to cell B2 =IFERROR(INDEX(AreaLookup[%],MATCH(A2,AreaLookup[Area],0)),0) (Area lookup being the name of the table in 1st picture) Then add the formula =B4+(B4*$B$2) to cell C4.
Thanks Deek, I will try this and report back asap!
 
Upvote 0

Forum statistics

Threads
1,215,011
Messages
6,122,677
Members
449,092
Latest member
tayo4dgacorbanget

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