Hi, is there possible for me to write a multiline expression?
Example:
This is vb format
If a > 0 then
If a <= 1 then
X = b * ( a * 1.5 )
else
X = ( 1.5 + ( a - 1 ) * 2 ) * b
end if
else
X = 0
End if
If y = 1 then
X = X * 2
End if
How to write this into expression without using custom function. because i write the formula in texbox, and it is impossible for me to write them to custom function.
↧