Reverse Engineer a formula

aquelious

New Member
Joined
Apr 27, 2016
Messages
12
Office Version
  1. 365
Platform
  1. Windows
I have the following cell data.
A2 = 108.59
B2 = 20%
C2 = 27.15

C2 has the following formula in it: =A2/(1-B2) - A2
this gives me the 27.15

What I want to do is have in D2 a hard value of 23.00 and then in E2 I want the % value based on the formula in C2.
IE - If C2 was 23.00, what would B2 be.

Can anyone help?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
You are welcome.
Glad I was able to help!
:)
 
Upvote 0
Try this formula.

=1-A2/(D2+A2)
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,835
Members
449,051
Latest member
excelquestion515

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