Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How to increase all prices in price sheet by certain percent?

I have received an across the board price increase for all the products in
the line I distribute. I want to put my product price list in Excel and be
able to increase all the products prices by 5%. Otherwise I have to type in
the price change on each individual product. Can I do this in Excel and how?

happylady
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 96
Default How to increase all prices in price sheet by certain percent?

If your original value is in cell A1 the following formula in B1 will do it:
=SUM(A1*5%)+A1
Format to 2 decimal places

"happylady" wrote:

I have received an across the board price increase for all the products in
the line I distribute. I want to put my product price list in Excel and be
able to increase all the products prices by 5%. Otherwise I have to type in
the price change on each individual product. Can I do this in Excel and how?

happylady

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to increase all prices in price sheet by certain percent?

I assume that you meant either
=SUM(A1*5%,A1)
or
=(A1*5%)+A1 ?

If not, perhaps you could explain to us in what way you expect =SUM(A1*5%)
to be different from =A1*5% ?

And don't forget that if you format the *display* to 2 decimal places,
rather than rounding to 2 decimal places, you may get different results when
you use the value compared with what you expect from the display.
--
David Biddulph

"Arceedee" wrote in message
...
If your original value is in cell A1 the following formula in B1 will do
it:
=SUM(A1*5%)+A1
Format to 2 decimal places

"happylady" wrote:

I have received an across the board price increase for all the products
in
the line I distribute. I want to put my product price list in Excel and
be
able to increase all the products prices by 5%. Otherwise I have to type
in
the price change on each individual product. Can I do this in Excel and
how?

happylady



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 96
Default How to increase all prices in price sheet by certain percent?

Read the question. She needs to increase her price by 5% not just show 5% of
her original price. My formula works and increases the original price by 5%
and adds the original figure back in to give the new price. Simple maths

"David Biddulph" wrote:

I assume that you meant either
=SUM(A1*5%,A1)
or
=(A1*5%)+A1 ?

If not, perhaps you could explain to us in what way you expect =SUM(A1*5%)
to be different from =A1*5% ?

And don't forget that if you format the *display* to 2 decimal places,
rather than rounding to 2 decimal places, you may get different results when
you use the value compared with what you expect from the display.
--
David Biddulph

"Arceedee" wrote in message
...
If your original value is in cell A1 the following formula in B1 will do
it:
=SUM(A1*5%)+A1
Format to 2 decimal places

"happylady" wrote:

I have received an across the board price increase for all the products
in
the line I distribute. I want to put my product price list in Excel and
be
able to increase all the products prices by 5%. Otherwise I have to type
in
the price change on each individual product. Can I do this in Excel and
how?

happylady




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to increase all prices in price sheet by certain percent?

Read my answer. You obviously missed the part where I asked:
" If not, perhaps you could explain to us in what way you expect =SUM(A1*5%)
to be different from =A1*5% ?"

Perhaps you aren't familiar with what the SUM function in Excel does. You
may wish to look it up in Excel help.
--
David Biddulph

Arceedee wrote:
Read the question. She needs to increase her price by 5% not just
show 5% of her original price. My formula works and increases the
original price by 5% and adds the original figure back in to give the
new price. Simple maths

"David Biddulph" wrote:

I assume that you meant either
=SUM(A1*5%,A1)
or
=(A1*5%)+A1 ?

If not, perhaps you could explain to us in what way you expect
=SUM(A1*5%) to be different from =A1*5% ?

And don't forget that if you format the *display* to 2 decimal
places, rather than rounding to 2 decimal places, you may get
different results when you use the value compared with what you
expect from the display. --
David Biddulph

"Arceedee" wrote in message
...
If your original value is in cell A1 the following formula in B1
will do it:
=SUM(A1*5%)+A1
Format to 2 decimal places

"happylady" wrote:

I have received an across the board price increase for all the
products in
the line I distribute. I want to put my product price list in
Excel and be
able to increase all the products prices by 5%. Otherwise I have
to type in
the price change on each individual product. Can I do this in
Excel and how?

happylady





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 96
Default How to increase all prices in price sheet by certain percent?

It works. I don't need to explain anything; especially to you. END

"David Biddulph" wrote:

Read my answer. You obviously missed the part where I asked:
" If not, perhaps you could explain to us in what way you expect =SUM(A1*5%)
to be different from =A1*5% ?"

Perhaps you aren't familiar with what the SUM function in Excel does. You
may wish to look it up in Excel help.
--
David Biddulph

Arceedee wrote:
Read the question. She needs to increase her price by 5% not just
show 5% of her original price. My formula works and increases the
original price by 5% and adds the original figure back in to give the
new price. Simple maths

"David Biddulph" wrote:

I assume that you meant either
=SUM(A1*5%,A1)
or
=(A1*5%)+A1 ?

If not, perhaps you could explain to us in what way you expect
=SUM(A1*5%) to be different from =A1*5% ?

And don't forget that if you format the *display* to 2 decimal
places, rather than rounding to 2 decimal places, you may get
different results when you use the value compared with what you
expect from the display. --
David Biddulph

"Arceedee" wrote in message
...
If your original value is in cell A1 the following formula in B1
will do it:
=SUM(A1*5%)+A1
Format to 2 decimal places

"happylady" wrote:

I have received an across the board price increase for all the
products in
the line I distribute. I want to put my product price list in
Excel and be
able to increase all the products prices by 5%. Otherwise I have
to type in
the price change on each individual product. Can I do this in
Excel and how?

happylady




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default How to increase all prices in price sheet by certain percent?

Col A - Price list of products

if u want to replace in old price then
in Cell C1 type 1.05
then copy it
Select the range that you want to replace
now go edit | pastespecial | paste : all | operation : multiply | ok

Or

It you want the increased value in separate column then,

Cell B1 put this formula and drag it down =A1+A1*5%




On Jan 31, 12:07*pm, happylady
wrote:
I have received an across the board price increase for all the products in
the line I distribute. I want to put my product price list in Excel and be
able to increase all the products prices by 5%. Otherwise I have to type in
the price change on each individual product. Can I do this in Excel and how?

happylady


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How to increase all prices in price sheet by certain percent?

Thanks for this step by step. Now with my manual, as an extra guide I think I
can do it!

Happylady

"muddan madhu" wrote:

Col A - Price list of products

if u want to replace in old price then
in Cell C1 type 1.05
then copy it
Select the range that you want to replace
now go edit | pastespecial | paste : all | operation : multiply | ok

Or

It you want the increased value in separate column then,

Cell B1 put this formula and drag it down =A1+A1*5%




On Jan 31, 12:07 pm, happylady
wrote:
I have received an across the board price increase for all the products in
the line I distribute. I want to put my product price list in Excel and be
able to increase all the products prices by 5%. Otherwise I have to type in
the price change on each individual product. Can I do this in Excel and how?

happylady



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I increase prices in excel by a percentage? Jana Burch New Users to Excel 2 September 15th 08 06:37 PM
Want to Increase Prices by Percent Shirley New Users to Excel 19 December 30th 07 11:21 AM
increase different prices by a certain percentage all at once budda Excel Worksheet Functions 1 March 29th 07 07:06 PM
Price List overall price increase Sean Lambertz Excel Discussion (Misc queries) 4 May 22nd 06 01:39 PM
update prices in inventory based on downloaded price list?? Wilk Excel Worksheet Functions 1 February 19th 06 01:57 AM


All times are GMT +1. The time now is 05:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"