PC Review


Reply
Thread Tools Rate Thread

Calculating Sales price by Entering Gross Profit

 
 
Spawnof
Guest
Posts: n/a
 
      1st Mar 2007
I am trying to calculate Gross Profit on a worksheet using the
following

column a : I enter cost of goods
column b: I enter required profit margin as percent
column c: excel calculates the sale price

Any help much appreciated

 
Reply With Quote
 
 
 
 
Alan
Guest
Posts: n/a
 
      1st Mar 2007
Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.

=A1*(100+B1)/100

Or use this if you want to set the same profit margin for all goods:

=A1*(100+$B$1)/100


Regards,

Alan


"Spawnof" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am trying to calculate Gross Profit on a worksheet using the
> following
>
> column a : I enter cost of goods
> column b: I enter required profit margin as percent
> column c: excel calculates the sale price
>
> Any help much appreciated
>



 
Reply With Quote
 
Spawnof
Guest
Posts: n/a
 
      5th Mar 2007
On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.
>
> =A1*(100+B1)/100
>
> Or use this if you want to set the same profit margin for all goods:
>
> =A1*(100+$B$1)/100
>
> Regards,
>
> Alan
>
> "Spawnof" <spaw...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> >I am trying to calculate Gross Profit on a worksheet using the
> > following

>
> > column a : I enter cost of goods
> > column b: I enter required profit margin as percent
> > column c: excel calculates the sale price

>
> > Any help much appreciated


Many thanks!

 
Reply With Quote
 
Spawnof
Guest
Posts: n/a
 
      5th Mar 2007
On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.
>
> =A1*(100+B1)/100
>
> Or use this if you want to set the same profit margin for all goods:
>
> =A1*(100+$B$1)/100
>
> Regards,
>
> Alan
>
> "Spawnof" <spaw...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> >I am trying to calculate Gross Profit on a worksheet using the
> > following

>
> > column a : I enter cost of goods
> > column b: I enter required profit margin as percent
> > column c: excel calculates the sale price

>
> > Any help much appreciated


Actually this does not do what I want it to do Gross profit is not the
same as a percent the formula is. The formula for GP is:

profit / selling price * 100

 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      5th Mar 2007
Sorry, I don't think straight after midnight, lol. I think this is what you
are looking for:

=(A1/(1-B1)) ' Each item has it's own margin

=(A1/(1-$B1)) ' If margin is constant across all goods.

Regards,

Alan


"Spawnof" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
>> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.
>>
>> =A1*(100+B1)/100
>>
>> Or use this if you want to set the same profit margin for all goods:
>>
>> =A1*(100+$B$1)/100
>>
>> Regards,
>>
>> Alan
>>
>> "Spawnof" <spaw...@gmail.com> wrote in message
>>
>> news:(E-Mail Removed)...
>>
>> >I am trying to calculate Gross Profit on a worksheet using the
>> > following

>>
>> > column a : I enter cost of goods
>> > column b: I enter required profit margin as percent
>> > column c: excel calculates the sale price

>>
>> > Any help much appreciated

>
> Actually this does not do what I want it to do Gross profit is not the
> same as a percent the formula is. The formula for GP is:
>
> profit / selling price * 100
>



 
Reply With Quote
 
Alan
Guest
Posts: n/a
 
      5th Mar 2007
Ooops, that second formula should be

=(A1/(1-$B$1)) If margin is constant across all goods.

Regards,

Alan


"Alan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Sorry, I don't think straight after midnight, lol. I think this is what
> you are looking for:
>
> =(A1/(1-B1)) ' Each item has it's own margin
>
> =(A1/(1-$B1)) ' If margin is constant across all goods.
>
> Regards,
>
> Alan
>
>
> "Spawnof" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
>>> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.
>>>
>>> =A1*(100+B1)/100
>>>
>>> Or use this if you want to set the same profit margin for all goods:
>>>
>>> =A1*(100+$B$1)/100
>>>
>>> Regards,
>>>
>>> Alan
>>>
>>> "Spawnof" <spaw...@gmail.com> wrote in message
>>>
>>> news:(E-Mail Removed)...
>>>
>>> >I am trying to calculate Gross Profit on a worksheet using the
>>> > following
>>>
>>> > column a : I enter cost of goods
>>> > column b: I enter required profit margin as percent
>>> > column c: excel calculates the sale price
>>>
>>> > Any help much appreciated

>>
>> Actually this does not do what I want it to do Gross profit is not the
>> same as a percent the formula is. The formula for GP is:
>>
>> profit / selling price * 100
>>

>
>



 
Reply With Quote
 
Spawnof
Guest
Posts: n/a
 
      9th Mar 2007
On Mar 5, 1:57 pm, "Alan" <R...@cinci.rr.com> wrote:
> Sorry, I don't think straight after midnight, lol. I think this is what you
> are looking for:
>
> =(A1/(1-B1)) ' Each item has it's own margin
>
> =(A1/(1-$B1)) ' If margin is constant across all goods.
>
> Regards,
>
> Alan
>
> "Spawnof" <spaw...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> > On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> >> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.

>
> >> =A1*(100+B1)/100

>
> >> Or use this if you want to set the same profit margin for all goods:

>
> >> =A1*(100+$B$1)/100

>
> >> Regards,

>
> >> Alan

>
> >> "Spawnof" <spaw...@gmail.com> wrote in message

>
> >>news:(E-Mail Removed)...

>
> >> >I am trying to calculate Gross Profit on a worksheet using the
> >> > following

>
> >> > column a : I enter cost of goods
> >> > column b: I enter required profit margin as percent
> >> > column c: excel calculates the sale price

>
> >> > Any help much appreciated

>
> > Actually this does not do what I want it to do Gross profit is not the
> > same as a percent the formula is. The formula for GP is:

>
> > profit / selling price * 100


This does still not appear to work.

e.g The sale price of 150 (cost) at 33.33 margin (%) is 225

when I use your formula it doesn't equate to this - comes out as a
minus figure in fact?

 
Reply With Quote
 
NickHK
Guest
Posts: n/a
 
      9th Mar 2007
Well yes, if you are using actual % values.
=A1/(1-B1/100)
or
=100*A1/(100-B1)

NickHK

"Spawnof" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mar 5, 1:57 pm, "Alan" <R...@cinci.rr.com> wrote:
> > Sorry, I don't think straight after midnight, lol. I think this is what

you
> > are looking for:
> >
> > =(A1/(1-B1)) ' Each item has it's own margin
> >
> > =(A1/(1-$B1)) ' If margin is constant across all goods.
> >
> > Regards,
> >
> > Alan
> >
> > "Spawnof" <spaw...@gmail.com> wrote in message
> >
> > news:(E-Mail Removed)...
> >
> > > On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> > >> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.

> >
> > >> =A1*(100+B1)/100

> >
> > >> Or use this if you want to set the same profit margin for all goods:

> >
> > >> =A1*(100+$B$1)/100

> >
> > >> Regards,

> >
> > >> Alan

> >
> > >> "Spawnof" <spaw...@gmail.com> wrote in message

> >
> > >>news:(E-Mail Removed)...

> >
> > >> >I am trying to calculate Gross Profit on a worksheet using the
> > >> > following

> >
> > >> > column a : I enter cost of goods
> > >> > column b: I enter required profit margin as percent
> > >> > column c: excel calculates the sale price

> >
> > >> > Any help much appreciated

> >
> > > Actually this does not do what I want it to do Gross profit is not the
> > > same as a percent the formula is. The formula for GP is:

> >
> > > profit / selling price * 100

>
> This does still not appear to work.
>
> e.g The sale price of 150 (cost) at 33.33 margin (%) is 225
>
> when I use your formula it doesn't equate to this - comes out as a
> minus figure in fact?
>



 
Reply With Quote
 
Spawnof
Guest
Posts: n/a
 
      9th Mar 2007
On Mar 9, 9:38 am, "NickHK" <TungChe...@Invalid.com> wrote:
> Well yes, if you are using actual % values.
> =A1/(1-B1/100)
> or
> =100*A1/(100-B1)
>
> NickHK
>
> "Spawnof" <spaw...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> > On Mar 5, 1:57 pm, "Alan" <R...@cinci.rr.com> wrote:
> > > Sorry, I don't think straight after midnight, lol. I think this is what

> you
> > > are looking for:

>
> > > =(A1/(1-B1)) ' Each item has it's own margin

>
> > > =(A1/(1-$B1)) ' If margin is constant across all goods.

>
> > > Regards,

>
> > > Alan

>
> > > "Spawnof" <spaw...@gmail.com> wrote in message

>
> > >news:(E-Mail Removed)...

>
> > > > On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> > > >> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.

>
> > > >> =A1*(100+B1)/100

>
> > > >> Or use this if you want to set the same profit margin for all goods:

>
> > > >> =A1*(100+$B$1)/100

>
> > > >> Regards,

>
> > > >> Alan

>
> > > >> "Spawnof" <spaw...@gmail.com> wrote in message

>
> > > >>news:(E-Mail Removed)...

>
> > > >> >I am trying to calculate Gross Profit on a worksheet using the
> > > >> > following

>
> > > >> > column a : I enter cost of goods
> > > >> > column b: I enter required profit margin as percent
> > > >> > column c: excel calculates the sale price

>
> > > >> > Any help much appreciated

>
> > > > Actually this does not do what I want it to do Gross profit is not the
> > > > same as a percent the formula is. The formula for GP is:

>
> > > > profit / selling price * 100

>
> > This does still not appear to work.

>
> > e.g The sale price of 150 (cost) at 33.33 margin (%) is 225

>
> > when I use your formula it doesn't equate to this - comes out as a
> > minus figure in fact?


that's what I was after. Many thanks...

 
Reply With Quote
 
Vinod Jain
Guest
Posts: n/a
 
      9th Mar 2007
On Mar 9, 3:04 pm, "Spawnof" <spaw...@gmail.com> wrote:
> On Mar 9, 9:38 am, "NickHK" <TungChe...@Invalid.com> wrote:
>
>
>
>
>
> > Well yes, if you are using actual % values.
> > =A1/(1-B1/100)
> > or
> > =100*A1/(100-B1)

>
> > NickHK

>
> > "Spawnof" <spaw...@gmail.com> wrote in message

>
> >news:(E-Mail Removed)...

>
> > > On Mar 5, 1:57 pm, "Alan" <R...@cinci.rr.com> wrote:
> > > > Sorry, I don't think straight after midnight, lol. I think this is what

> > you
> > > > are looking for:

>
> > > > =(A1/(1-B1)) ' Each item has it's own margin

>
> > > > =(A1/(1-$B1)) ' If margin is constant across all goods.

>
> > > > Regards,

>
> > > > Alan

>
> > > > "Spawnof" <spaw...@gmail.com> wrote in message

>
> > > >news:(E-Mail Removed)...

>
> > > > > On Mar 1, 5:34 pm, "Alan" <R...@cinci.rr.com> wrote:
> > > > >> Formula in C1 where A1 is Cost of Goods & B1 is Profit Margin.

>
> > > > >> =A1*(100+B1)/100

>
> > > > >> Or use this if you want to set the same profit margin for all goods:

>
> > > > >> =A1*(100+$B$1)/100

>
> > > > >> Regards,

>
> > > > >> Alan

>
> > > > >> "Spawnof" <spaw...@gmail.com> wrote in message

>
> > > > >>news:(E-Mail Removed)...

>
> > > > >> >I am trying to calculate Gross Profit on a worksheet using the
> > > > >> > following

>
> > > > >> > column a : I enter cost of goods
> > > > >> > column b: I enter required profit margin as percent
> > > > >> > column c: excel calculates the sale price

>
> > > > >> > Any help much appreciated

>
> > > > > Actually this does not do what I want it to do Gross profit is not the
> > > > > same as a percent the formula is. The formula for GP is:

>
> > > > > profit / selling price * 100

>
> > > This does still not appear to work.

>
> > > e.g The sale price of 150 (cost) at 33.33 margin (%) is 225

>
> > > when I use your formula it doesn't equate to this - comes out as a
> > > minus figure in fact?

>
> that's what I was after. Many thanks...- Hide quoted text -
>
> - Show quoted text -


C1=(C1*B1)+A1

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I calculate profit as a % of Sales price =?Utf-8?B?Ym9ibmV3bWFyaw==?= Microsoft Excel Misc 3 15th Jul 2006 12:27 AM
Formula for calculating Gross Profit with muktiple discounts CARM Microsoft Excel Discussion 5 25th Sep 2005 06:43 PM
Formula for calculating Gross Profit with muktiple discounts CARM Microsoft Excel Discussion 2 25th Sep 2005 03:13 PM
Formula for calculating Gross Profit with muktiple discounts CARM Microsoft Excel Discussion 0 25th Sep 2005 01:11 PM
Formula for calculating Gross Profit with muktiple discounts CARM Microsoft Excel Discussion 0 25th Sep 2005 01:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:54 AM.