This follows on from a previous question and some validation checking.
=IF(AND(D37="Yes",D39="Tow
n"),"(Co(z
) + 0.6)/1.6)^2",IF(AND(D37="N
o",OR(D39=
"Sea",D39=
"Country")
),"Ce(z) x qb","Ce(z) x Ce,t x qb"))
Simplified version
=IF(AND(D37="Yes",D39="Tow
n"),"Equ3"
,IF(AND(D3
7="No",OR(
D39="Sea",
D39="Count
ry")),"Equ
1","Equ2")
)
Based on the Eurocodes for wind design on which I am basing this spreadsheet I have an issue.
The final answer for Equ 3 should equal Equ1 + equation 3 ( which is static = Co(z) + 0.6)/1.6)^2) or Equ 2 + equation 3.
Not sure of how to build this one. I had thought using the cell E41 adjacent to D41 to display?
scaffoldv3.xlsx