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

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
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
[TABLE="width: 184"]
<tbody>[TR]
[TD="width: 184"]Price=GP%/(1-(GP%/100))[/TD]
[/TR]
</tbody>[/TABLE]
or in terms of cell reference [TABLE="width: 113"]
<tbody>[TR]
[TD="width: 150"]B3=A3/(1-(C3/100))

I hope this helps.


[/TD]
[/TR]
</tbody>[/TABLE]

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;">[TABLE="width: 184"]
<tbody>[TR]
[TD="width: 184"]Price=GP%/(1-(GP%/100))

[/TD]
[/TR]
</tbody>[/TABLE]
</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,223,897
Messages
6,175,270
Members
452,628
Latest member
dd2

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