Nested iif statement to evaluate <=

Dec 14, 2005 1 Replies

What is the correct format for greater than equal too in an equation in solidworks? I know I cannot use the = sign so I am assuming I need to create a nested iif but I cannot get the format correct and I do not have an example. Can anyone provide me with an example of how to do a nested iif statement?



Thanks, Sam



IIf(var1>=var2, truepart, falsepart)

or I've used the following at times (thought it was VBA) ...

IIf(var1GEvar2, truepart, falsepart)

nested (switch the resulting true a false parts from the first exapmle) ....

IIf(var1 What is the correct format for greater than equal too in an equation

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required