I am trying to write out the correct If statement that would calculate the Fb value depending on the user selected C value for whichever conservation criteria they choose. I have defined Fy and C and this Fb calculation would be down below this area to feed into further calculations in the document.
EDIT: This is in Prime 11.0
Solved! Go to Solution.
Never mind, all. I figured it out!
Given that the C values are successive integers, you could also have used C to index a vector of Fy multipliers.
Stuart
And if the C values would not be successive integers, we could use the "lookup" function:
