Help setting up math equation in excel

nasams

New Member
Joined
Dec 14, 2020
Messages
2
Platform
  1. Windows
Hi all,

I've been using this forum for support and self learning for a long time, but this is my first time posting.
I got math problem to solve in excel and I would really appreciate if some of you could assist me in how to set this up correctly in excel....

The equations is as follows;

PA = P * (Y * L / L0 + Z * M / M0 ) – P

equation.jpg


where:

PA =​
Price adjustment
P =​
Price (let's use 100 as an example)
Y =​
Work component of price (expressed in %)
L =​
Labour index A (let's use 50 as an example)
Lo =​
Labour index B (let's use 100 as an example)
Z =​
Material component of price (expressed in %)
M =​
Material index A (let's use 50 as an example)
Mo =​
Material index B (let's use 100 as an example)
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Welcome to MrExcel Message Board.
Please Upload one example file at excel with XL2BB addin.
IF yours data is in Column A to G respectivly (from P to M0)
I suppose your first row is row 2 . then formula is:
Excel Formula:
=A2*(B2*(C2/D2)+E2*(F2/G2))-A2
 
Upvote 0
Solution
Excel Formula:
B9=B1*(B2*B3/B4+B5*B6/B7)-B1

A
B​
C​
D​
E​
1​
P
100​
2​
Y
5%​
3​
L
50​
4​
Lo
100​
5​
Z
10%​
6​
M
50​
7​
Mo
100​
8​
9​
-92.5PA=
10​
PA = P * (Y *( L / L0) + Z * (M / M0) ) – P​
 
Upvote 0
try
Excel Formula:
p*(y)*(L/L0)+(z)*(M/M0)-p
 
Upvote 0
Welcome to MrExcel Message Board.
Please Upload one example file at excel with XL2BB addin.
IF yours data is in Column A to G respectivly (from P to M0)
I suppose your first row is row 2 . then formula is:
Excel Formula:
=A2*(B2*(C2/D2)+E2*(F2/G2))-A2
Should of course have uploaded one example file, but thank you anyway. This did the trick (y)
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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