Inserting a calculation based on percentage to affect results of a cell

G Wiz

New Member
Joined
Jan 6, 2022
Messages
16
Office Version
  1. 365
Platform
  1. Windows
I have the below data and when the percent amount is changed this needs to alter the Resistance figure which is derived from formula of the thickness and conductivity. See formula from the Resistance column:

=IF(E10<>"",C10/(1000*E10),"")

E10 is the Conductivity value
C10 is the Thickness

Now I just need to make the resistance alter accordingly if the Percentage is altered.

So in this case the Resistance at 100% is 0.17, the Resistance at 50% would be 0.085.

Can anyone help me insert the necessary formulae into the current formula: =IF(E10<>"",C10/(1000*E10),"")


LayerThicknessPercentageConductivityResistance
(mm)(mm)(%)
(W/mK)(m2K/W)
Timber, larch
20​
100.0%​
0.120​
0.17​
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
How about
Excel Formula:
=IF(E10<>"",C10/(1000*E10)*D10,"")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,128
Messages
6,123,206
Members
449,090
Latest member
bes000

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