Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Increase a currency grid values by 3%

I have a salary chart that I am trying to add 3% increase to the whole grid
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Increase a currency grid values by 3%

put 1.03 in an empty cell
select that cell
edit|copy

Select the range to fix
edit|Paste special|Check multiply

Clean up that "helper" cell

Kate/comp wrote:

I have a salary chart that I am trying to add 3% increase to the whole grid


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Increase a currency grid values by 3%

You can change the values by
sub upit()
for each c in selection
c.value=c*1.03
next c
end sub
--
Don Guillett
SalesAid Software

"Kate/comp" wrote in message
...
I have a salary chart that I am trying to add 3% increase to the whole grid



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Increase a currency grid values by 3%

In an empty cell, enter 1.03
Edit|Copy
Select your data
Edit|Paste Special, check Multiply

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Kate/comp" wrote in message ...
|I have a salary chart that I am trying to add 3% increase to the whole grid


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
Using Match function with duplicate values in an array Richard Excel Worksheet Functions 3 April 22nd 23 07:45 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM
How do I increase a table values by 1.2 for example? Michal Excel Worksheet Functions 4 July 6th 05 03:59 PM
Combine FREQUENCY and SUM of Associated Values MichaelC Excel Worksheet Functions 3 July 3rd 05 01:54 AM
Second serie doesn't use X-as values JackRnl Charts and Charting in Excel 1 January 20th 05 01:04 AM


All times are GMT +1. The time now is 12:19 PM.

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"