ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Increase a currency grid values by 3% (https://www.excelbanter.com/excel-discussion-misc-queries/122915-increase-currency-grid-values-3%25.html)

Kate/comp

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

Dave Peterson

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

Don Guillett

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




Niek Otten

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




All times are GMT +1. The time now is 07:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com