help with GP% formula relating to more than one cell

Keyss

New Member
Joined
Jul 15, 2018
Messages
13
Hi

I need to know, if possible, I can do this please.

I have 4 columns that relate to a sales formula;

D = Retail Price (fixed value derived from report)
F = Contract Price (fixed value only derived from report)
H = Cost Price (fixed value derived from report)
I = GP% (has formula as below)

so GP% is based using (F) Contract price if there is one or Retail Price if not.

Formula in GP% column
Code:
=iferror((f2-h2)/f2*100,(d2-h2)/d2*100)

What I am trying to work out is if there is a way that I can enter a value in the GP% column that will then provide a new Contract or Retail Price based on the entered GP% (GP% expressed as 32 for 32%)

I realise the formula I would need to use is Sell = Cost/(1-GP%)

2 questions;
- can this be done
- can this work when there is already the above formula in the GP% column/cell


Thanks in advance
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,215,043
Messages
6,122,822
Members
449,096
Latest member
Erald

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