Excel: how to find quotient

Elliott

Board Regular
Joined
Aug 8, 2005
Messages
73
Hi,

I am trying to set price X using the following formula

(([X]*0.861)+2.43)-[Y]=Z

X=price
Y=cost
Z=profit

what would I have to multiply X by for Z to always be =0.50

I realize this is a math question but I also need to write the formula in Excel.

many thanks,

Elliott
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
To always get a profit of .5, X would need to be defined as

[X]=(.5+[Y]-2.43)/0.861
 
Upvote 0
How would I state this to say, if Price <0 then Price = 0.1, otherwise is:

Price: Round((0.6+[cost]-2.42)/0.861,2)

many thanks,

Elliott
 
Upvote 0
How would I state this to say, if Price <0 then Price = 0.1, otherwise is:

Price: Round((0.6+[cost]-2.42)/0.861,2)

many thanks,

Elliott

=MAX(0.1,ROUND(((0.6+A2-2.42)/0.861,2))

where A2 houses the cost value.
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,541
Members
449,089
Latest member
davidcom

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