I have a select_one question with 6 values for bolt sizes, I want to populate a note after that question with the correct torque value from a table based on the bolt size. I assume that I need an if statement in the calculation filed but I can't figure out the formatting of the statement.
| Bolt Size | Torque |
|---|
.5 | 17 |
| .625 | 50 |
| .75 | 75 |
| .875 | 83 |
| 1 | 125 |
| 1.125 | 212 |
| |