bpgolferguy
Active Member
- Joined
- Mar 1, 2009
- Messages
- 469
Hi, I currently have this equation in a line of code that returns a value into cell AY4 based on a value entered into AY4 to begin with:
.Value = .Value / Range("K4").Value / 100 * Range("K3").Value
The way I WANT the equation to calculate is like this:
.Value = (the value I enter into AY4) divided by the number returned from this.....K4 divided by 100 then multiplied by K3.
I know I'm probably missing some parenthesis somewhere, or maybe some brackets, but what's happening is it isn't calculating that second part by itself, then dividing it by the number I originally enter in AY4. Any suggestions? Thanks!
.Value = .Value / Range("K4").Value / 100 * Range("K3").Value
The way I WANT the equation to calculate is like this:
.Value = (the value I enter into AY4) divided by the number returned from this.....K4 divided by 100 then multiplied by K3.
I know I'm probably missing some parenthesis somewhere, or maybe some brackets, but what's happening is it isn't calculating that second part by itself, then dividing it by the number I originally enter in AY4. Any suggestions? Thanks!