Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Possible to change/update values in range of cells by X% ?

Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!

Tom
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,290
Default Possible to change/update values in range of cells by X% ?


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!
Tom
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Possible to change/update values in range of cells by X% ?

Jim,

Thanks VERY much for this quick tip. You solution is both simple and elegant
in its implementation!

--Tom

"Jim Cone" wrote:


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!
Tom

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Possible to change/update values in range of cells by X% ?

Jim,

I have the exact same task as Tom. The only difference is that I need to
change column totals by 15%. I tried to follow along with the example you
gave Tom but unfortunately I don't have the multiplication option in the
"paste special" I am using excel 2003.

Help!!!!
Lee

"Jim Cone" wrote:


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!
Tom

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Possible to change/update values in range of cells by X% ?

Bluesman wrote:
Jim,

I have the exact same task as Tom. The only difference is that I need to
change column totals by 15%. I tried to follow along with the example you
gave Tom but unfortunately I don't have the multiplication option in the
"paste special" I am using excel 2003.

Help!!!!
Lee


Are you sure? This has been around since before E2003. In the Paste
Special dialog, "Multiply" is in the 2nd section labeled "Operation".


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Possible to change/update values in range of cells by X% ?

Jim,

I got it to work except It only updated my prices by 10% using 1.1 in a
blank cell. I couldn't figure out what number to use to get 15% increase in
prices. I could really use your help.
Lee

"smartin" wrote:

Bluesman wrote:
Jim,

I have the exact same task as Tom. The only difference is that I need to
change column totals by 15%. I tried to follow along with the example you
gave Tom but unfortunately I don't have the multiplication option in the
"paste special" I am using excel 2003.

Help!!!!
Lee


Are you sure? This has been around since before E2003. In the Paste
Special dialog, "Multiply" is in the 2nd section labeled "Operation".

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Possible to change/update values in range of cells by X% ?

I'm sorry, but your really need to understand basic arithmetic before you
start trying to use a tool like Excel. If you don't understand broadly what
calculation you are asking Excel to do, you won't know whether you've got
the right answer (which generally means that you may not have asked the
right question).

A percentage is a fraction of one hundred.
10% is 10 divided by 100, and that is represented in the decimal system as
0.1.
If you want to increase a number by 10%, you want to add 10% of the original
number to the original number.
Hence you need to multiply the original number by 0.1, and add that to the
original number.
That is the same as multiplying the original number by 1.1. [... as 1 + 0.1
= 1.1]

Now try doing the same with your 15%.

I would heartily recommend that you find a night-school class or something
similar on basic arithmetic before you try to do too much more with Excel.

Good luck!
--
David Biddulph


"Bluesman" wrote in message
...
Jim,

I got it to work except It only updated my prices by 10% using 1.1 in a
blank cell. I couldn't figure out what number to use to get 15% increase
in
prices. I could really use your help.
Lee

"smartin" wrote:

Bluesman wrote:
Jim,

I have the exact same task as Tom. The only difference is that I need
to
change column totals by 15%. I tried to follow along with the example
you
gave Tom but unfortunately I don't have the multiplication option in
the
"paste special" I am using excel 2003.

Help!!!!
Lee


Are you sure? This has been around since before E2003. In the Paste
Special dialog, "Multiply" is in the 2nd section labeled "Operation".



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Possible to change/update values in range of cells by X% ?

HI Jim.

Could you help me. I have a similar problem to the one you answered below
some time ago. Searched the web for answers you see.

I have a column of values say from b3:b23 and I need to reduce these by 15%.
Is there anyway I can get a formula that just updates the values all at the
same time without using another column to show the values in. I tried to use
the formula you gave below and I can update each cell using the formaula for
example =b3*1.15 but that would be cumbersome to do that for over a hundred
values. Unfortuantely for some reason I to dont have the multiply option when
you go to paste special etc. It simply gives the option of pasting either in
text or unicode.

Any help

"Jim Cone" wrote:


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!
Tom

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Possible to change/update values in range of cells by X% ?

Hi Keeno

If you want to reduce by 15%, then you would multiply by 0.85 not by 1.15
Jim's suggestion of entering a value in a cell (0.85) copying it then
Selecting your range of data and paste SpecialMultiply will work.

If you are not getting the normal Paste Special options, it sounds as though
you have 2 instances of Excel loaded.
Close the instance that you are not using, and you should get the normal
Paste Special options.
--
Regards
Roger Govier

"Keeno" wrote in message
...
HI Jim.

Could you help me. I have a similar problem to the one you answered below
some time ago. Searched the web for answers you see.

I have a column of values say from b3:b23 and I need to reduce these by
15%.
Is there anyway I can get a formula that just updates the values all at
the
same time without using another column to show the values in. I tried to
use
the formula you gave below and I can update each cell using the formaula
for
example =b3*1.15 but that would be cumbersome to do that for over a
hundred
values. Unfortuantely for some reason I to dont have the multiply option
when
you go to paste special etc. It simply gives the option of pasting either
in
text or unicode.

Any help

"Jim Cone" wrote:


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a
column
of prices (several hundred cells long) without doing it manually one by
one
or creating a new column (B) that references the values in the first
column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several
times
and it would be wonderful if there was some way to do it quickly and
easily.

Thanks for any ideas!!
Tom


__________ Information from ESET Smart Security, version of virus
signature database 4830 (20100203) __________

The message was checked by ESET Smart Security.

http://www.eset.com




__________ Information from ESET Smart Security, version of virus signature database 4830 (20100203) __________

The message was checked by ESET Smart Security.

http://www.eset.com



  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Possible to change/update values in range of cells by X% ?

That was awesome!!! I never knew how to do that and you just saved me about
45 minutes!! Thanks!!!

"Jim Cone" wrote:


Enter 1.1 in a blank cell.
Copy the cell.
Select the column of prices.
Go to... Edit (menu) | Paste Special | Multiply (button) - click Ok.
Press the Escape key.
Delete 1.1 in the blank cell.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Tom McLean"
wrote in message
Is it possible to update or change the values in a range of cells by a
certain percentage? What I'm trying to do is apply a 10% increase to a column
of prices (several hundred cells long) without doing it manually one by one
or creating a new column (B) that references the values in the first column
(A) and then manipulates the values by X%.

Basically, I'm supposed to update the price list without changing it's
present format. I expect to need to do this again in the future several times
and it would be wonderful if there was some way to do it quickly and easily.

Thanks for any ideas!!
Tom



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
Update date field upon cell range change Carole O Excel Worksheet Functions 1 May 16th 07 05:04 AM
How do I change a range of values from + to -? Dave6 Excel Discussion (Misc queries) 2 May 15th 06 01:48 PM
Linking cells: open source to update values zimon72 Excel Discussion (Misc queries) 2 January 19th 06 07:21 AM
How does one update and transfer values between cells and not the. JC Excel Discussion (Misc queries) 2 January 13th 05 07:15 PM
How does one update and transfer values between cells and not the. JC Excel Discussion (Misc queries) 0 January 12th 05 08:29 PM


All times are GMT +1. The time now is 10:27 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"