if function
How to solve this problem

How to solve this problem

@YA_10963798 wrote:
I tried to start the calculation from scond value , but still didn't work
No, you didn't. You can't use a range n that way.
At least three options:
1) Use the vector index n on the left hand side at Re, too, and also on the vector in the denominator
2) use the submatrix command to cut off the first value in both vectors and use these new vectors in your formula.
3) redefine the ln function using try...on error ... to return a value (maybe a NaN) in case the original ln function fails.
EDIT: BTW, multiplying with 100% does not make much sense because 100% = 1 😉
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.