briarlynn_daisy
New Member
- Joined
- Jun 5, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
Hi, I am trying to use Excel to simulate die rolls and generating stats and modifiers.
I have a table of stat roll outcomes, and the associated percentile modifier:
And on my other table for a random stat roll and modifiers, I want a to use the randbetween fx to generate a roll, and then display the associated modifier based on the the result of that roll. How can I do this?
I have a table of stat roll outcomes, and the associated percentile modifier:
Book1 | ||||
---|---|---|---|---|
G | H | |||
2 | Stat Rolls | Modifier | ||
3 | -5 | -0.15 | ||
4 | -4 | -0.15 | ||
5 | -3 | -0.1 | ||
6 | -2 | -0.1 | ||
7 | -1 | -0.05 | ||
8 | 0 | -0.05 | ||
9 | 1 | 0 | ||
10 | 2 | 0 | ||
11 | 3 | 0.05 | ||
12 | 4 | 0.05 | ||
13 | 5 | 0.1 | ||
14 | 6 | 0.1 | ||
15 | 7 | 0.15 | ||
16 | 8 | 0.15 | ||
17 | 9 | 0.2 | ||
18 | 10 | 0.2 | ||
19 | 11 | 0.25 | ||
20 | 12 | 0.25 | ||
21 | 13 | 0.3 | ||
22 | 14 | 0.3 | ||
23 | 15 | 0.35 | ||
24 | 16 | 0.35 | ||
Sheet1 |
And on my other table for a random stat roll and modifiers, I want a to use the randbetween fx to generate a roll, and then display the associated modifier based on the the result of that roll. How can I do this?
Book1 | |||||
---|---|---|---|---|---|
J | K | L | |||
2 | Stat: | Value (-5 through 16) | Modifier | ||
3 | Luck | ||||
4 | Intellect | ||||
5 | Resilience | ||||
6 | Agility | ||||
7 | Strength | ||||
8 | Magik | ||||
9 | Awareness | ||||
10 | Personality | ||||
11 | Spirit | ||||
Sheet1 |