white_flag
Active Member
- Joined
- Mar 17, 2010
- Messages
- 331
Hello
I like to add some condition in an if statement:
without having errors
I like to add some condition in an if statement:
Code:
if (range("D4").value + 2* range("D5").value)/1000 <= 0.075 then
Range("G10").Formula = "=I4*(I8^4-I9^4)*I7*I5*D6"
else ..etc
without having errors