Multiple Value Cal.
-
Hi, I try to build a calculator that has 2 Dropdown fields.
1st field is called: Club
2nd field is called: LieLike this: https://prnt.sc/ucv7ie7jnSoX
Lie have fixed value (-4, -3, -2, -1, 0, 1, 2, 3, 4).
Club = dropdown field and it’s has 9 different values for each club. Like wood has 9 different values and also wedge has 9 different values.
Wood: (0.40, 0.42, 0.32, 0.33, 0.30, 0.31, 0.43, 0.39 and 0.34)
Wedge: (0.45, 0.40, 0.37, 0.35, 0.32, 0.31, 0.43, 0.39 and 0.37)So I need to put 9 club values for each club, like Wood, Wedge, etc.
For Example:
1. Select Club= Wood (0.40) and Lie: -4
2. Select Club= Wood (0.42) and Lie: -3
3. Select Club= Wood (0.32) and Lie: -2
4. Select Club= Wood (0.33) and Lie: -1
5. Select Club= Wood (0.30) and Lie: 0
6. Select Club= Wood (0.31) and Lie: 1
7. Select Club= Wood (0.43) and Lie: 2
8. Select Club= Wood (0.39) and Lie: 3
9. Select Club= Wood (0.34) and Lie: 4Formula: PREC((club * lie), 1)
How to set up these calculator club values?
Please check the Link to the page you need help with I would build to like that calculator.
The page I need help with: [log in to see the link]
- The topic ‘Multiple Value Cal.’ is closed to new replies.