Hi is there a VBA way of calculating a percentage reduction?
eg.
work out what a 20% reduction of 10 is? The answer is 8 of course but is there a way I can code the calculation?
I know I can do it using: 10 x .2 = 2 therefore 10 - 2 = 8 but is there another way?
Ta.
eg.
work out what a 20% reduction of 10 is? The answer is 8 of course but is there a way I can code the calculation?
I know I can do it using: 10 x .2 = 2 therefore 10 - 2 = 8 but is there another way?
Ta.