Multilpy Formula based on Scenario

boo203

New Member
Joined
Oct 13, 2024
Messages
2
Office Version
  1. 365
Hi and good day!

I need help with finding the write formula for multiplying the volume (row 9), based on the scenario (row 8)

1728841022523.png


for example, if Scenario 1 is chosen (B8) then the results would like below:

B10 = 100*25%
B11 = 100*25%
B12 = 100*50%

and so on for the rest, might add 2-3 more scenarios later on.

don't necessarily need to match A-C in both tables if it will make it less complicated, I'll ensure that the order remains the same.

Thank you.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
How about
Fluff.xlsm
ABCDE
112
2A25%50%
3B25%50%
4C50%0%
5
6
7
81221
9100200300300
10A2510015075
11B2510015075
12C5000150
Sheet6
Cell Formulas
RangeFormula
B10:E12B10=SUMPRODUCT(($A$2:$A$4=$A10)*($B$1:$C$1=B$8)*($B$2:$C$4))*B$9
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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