Formula to express x + 10% = $6.7M

fcartes5958

New Member
Joined
Jan 2, 2018
Messages
4
Friends, I am a novice excel user and I need your help as I am also a novice algebra student as well.

I am developing a decision analysis worksheet for a bid proposal.

The client states that they anticipate issuing $6,700,000.00 in service orders over the life of the contract. The $6.7M value includes my percentage mark-up.

How do I express a formula in excel; so, that I may vary my %, leaving the target at $6.7M, and seeing the affects on the value of "x".

X + 10% = $6,700,000.00

Please accept my thanks for your help.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi fcartes5958,
You may want to try something like this:-
If you have 6.7 million in A1, and the desired percentage in A2, then in A3
Code:
=A1*(1-A2)
 
Upvote 0
Welcome to the Board!

I think this is what you are looking for:
Code:
x=6700000/(1+m)
where m is your markup percentage
(expressed either like 10% or .10)
 
Last edited:
Upvote 0
Thank you asad for your reply. I interred as you stated, however, the result was not what I was searching for. The resulting equation provided me the answer for $6.7M - 10%.
 
Upvote 0
Thank you Joe4! The algebraic expression provides the answer I was looking for. However, when I enter it into excel using three cells (one cell for the percent number), I cant get it to work. I substituted the % cell for "m". Please advise as how to do this correctly.

Thanks for welcoming me onboard!
 
Upvote 0
You are right, my formula is wrong.

But Joe4 gave the correct formula.
 
Upvote 0
Joe4,

A set of parentheses around the % cell# in your excel equation solved my problem! Thank you again.

Fred
 
Upvote 0
A set of parentheses around the % cell# in your excel equation solved my problem! Thank you again.
Not sure what you mean (my formula does have parentheses in it), but glad you figured it out.
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,382
Members
449,445
Latest member
JJFabEngineering

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