#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default percentage

Hi,

I have a column with prices and I want to increase 15% to each price.
How do I do this?
Please help ASAP.
Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default percentage

1. in an unused cell enter 1.15
2. copy the cell
3. Edit PasteSpecial Multiply onto the column
--
Gary''s Student - gsnu200790
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default percentage

Hi,

In a cell enter 1.15 and copy it.

Select the data to multiply them
Edit|Paste Special
Select multiply
Click OK
Delete the cell with 1.15 in

Mike

"me" wrote:

Hi,

I have a column with prices and I want to increase 15% to each price.
How do I do this?
Please help ASAP.
Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default percentage

One way
Sub addtocol()
For Each c In Range("e2:e" & _
Cells(Rows.Count, "e").End(xlUp).Row)
c.Value = c.Value * 1.15
Next
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"me" wrote in message
...
Hi,

I have a column with prices and I want to increase 15% to each price.
How do I do this?
Please help ASAP.
Thanks!


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default percentage

use an axuxiliar cell with 1.15

copy it, and past special - values multiply

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"me" escreveu:

Hi,

I have a column with prices and I want to increase 15% to each price.
How do I do this?
Please help ASAP.
Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default percentage

ok, so just to mek sure I'm doing it right.
what will the anser to:
13.50 + 15%?

"Gary''s Student" wrote:

1. in an unused cell enter 1.15
2. copy the cell
3. Edit PasteSpecial Multiply onto the column
--
Gary''s Student - gsnu200790

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default percentage

The correct way to state it is

13.50 + (13.50 * 15%)

me wrote:

ok, so just to mek sure I'm doing it right.
what will the anser to:
13.50 + 15%?

"Gary''s Student" wrote:


1. in an unused cell enter 1.15
2. copy the cell
3. Edit PasteSpecial Multiply onto the column
--
Gary''s Student - gsnu200790


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
Add a percentage slavenp Excel Discussion (Misc queries) 2 December 18th 07 01:29 PM
Calculating a percentage with the end percentage in mind Shadowshady Excel Discussion (Misc queries) 2 June 17th 06 09:41 AM
Percentage of 1s Ben Excel Discussion (Misc queries) 4 February 16th 06 10:16 AM
percentage Knowledge001 Excel Discussion (Misc queries) 3 November 25th 05 06:34 PM
Bar Chart depicting the "percentage of another percentage(less than 100)" TEAM Charts and Charting in Excel 1 October 28th 05 05:06 AM


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

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

About Us

"It's about Microsoft Excel"