selective multiplying factor formula

jbrown021286

Board Regular
Joined
Mar 13, 2023
Messages
61
Office Version
  1. 365
Platform
  1. Windows
i need to put a formula in cells I8-I13 that use the corresponding cells in the F column to multiply the corresponding cells in the H column by the factor shown in the provided table. the most complex aspect is the any row that has an "E" in the F column needs to change the conversion factor based on the value of the H column (example if H is 32 it would need to be multiplied by 9 but if it was 45 it would need to be multiplied by 13) . any suggestions would be appreciated.
1696908735250.png
1696908793796.png
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
i need to put a formula in cells I8-I13 that use the corresponding cells in the F column to multiply the corresponding cells in the H column by the factor shown in the provided table. the most complex aspect is the any row that has an "E" in the F column needs to change the conversion factor based on the value of the H column (example if H is 32 it would need to be multiplied by 9 but if it was 45 it would need to be multiplied by 13) . any suggestions would be appreciated.
View attachment 100040View attachment 100041
E has a value of 14.0 not in the range. How would you like to handle that?
 
Upvote 0
This should work for the rest besides when E has a value less than 24.0

Excel Formula:
=SWITCH(F8,"Lead",34,"A",0.5,"B",0.75,"C",1,"E",CHOOSE(MATCH(H8,{24,30,36,40,50,60},1),7,9,11,13,15,17))
 
Upvote 0

Forum statistics

Threads
1,215,107
Messages
6,123,127
Members
449,097
Latest member
mlckr

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