Skip to main content
7-Bedrock
December 9, 2025
Solved

If Statement That Calculates Value Based on Set Parameter

  • December 9, 2025
  • 1 reply
  • 297 views

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

Best answer by LN_11054923

Never mind, all. I figured it out!

 

LN_11054923_0-1765297810472.png

 

 

1 reply

LN_110549237-BedrockAuthorAnswer
7-Bedrock
December 9, 2025

Never mind, all. I figured it out!

 

LN_11054923_0-1765297810472.png

 

 

23-Emerald V
December 9, 2025

Given that the C values are successive integers, you could also have used C to index a vector of Fy multipliers.

 

Stuart

25-Diamond I
December 9, 2025

And if the C values would not be successive integers, we could use the "lookup" function:

Werner_E_0-1765308052999.png