View Single Post
 
Old 01-19-2012, 09:50 AM
neal.clarke18232 neal.clarke18232 is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Jan 2012
Posts: 1
neal.clarke18232 is on a distinguished road
Default Need to increase the percentage in a cell containing the original value

I am trying to write a code in vba to change a target cell by a user defined percentage which already contains a value.

As an example.

If N12 contains a value of 100 and G4 contains the 6% increase, i want the contents of cell
N12
to increase to the value of (100 + 6 %) 106. Also I then wish to repeat this down from N12 to as many cells as required all using G4 as the target % increase.

Any help or suggestions, or even someone who can write the VBA code and post would be most appreciated.
Reply With Quote