sales table question

Keyss

New Member
Joined
Jul 15, 2018
Messages
13
Hi,

I am after formulas for 2 cells in a spreadsheet.

Column A is a Cost price (derived from a report)
Column B is for a Sell Price
Column C is for the GP%

I want to be able to enter an amount into Column B that will give Column C the GP%. Also the reverse so that I change the figure in Column C it will adjust the Sell price in Column B.

Can anybody help with this?
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

Do you have already designed your basic formulas ...?

Are you familiar with event macros ...?

HTH
 
Upvote 0
Hi James006

No, I have never heard of Event macros!?

Basic formulas
To calculate GP% the formula I use is
GP%=(Price-Cost)/Price*100 or
in terms of cell reference C2=(B2-A2)/B2*100

To calculate Price the formula I use is
Price=GP%/(1-(GP%/100))

<tbody>
</tbody>
or in terms of cell reference
B3=A3/(1-(C3/100))

I hope this helps.



<tbody>
</tbody>

Hi,

Do you have already designed your basic formulas ...?

Are you familiar with event macros ...?

HTH

****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
Price=GP%/(1-(GP%/100))


<tbody>
</tbody>
</body>
 
Upvote 0
Hi James006

yes, you are correct. i wasn't sure where to start and thinking i might get a couple of answers so one might work.

Thank you for your assistance as well.
 
Upvote 0

Forum statistics

Threads
1,215,453
Messages
6,124,925
Members
449,195
Latest member
Stevenciu

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