Finding an inverse resultInverse results
I am working on a TTRPG system and have run into a problem.
B. C. D. E. F. G. H. I. J. K. L
I need the numbers in cell F21 (Proficiencies (d20)) to read a lower number, the higher the value it reaches. The current formula in F21 is:
ROUNDDOWN(($C$13+$C$14+$C$11)÷3,0)
C11 is DEX C13 is INT C14 is WIS
The equation would be DEX+INT+WIS / 3
However as you can see, the current value is 18 when I need it to show something closer to 2, or 3 or even 5. This is because a player needs to roll above this number to succeed. It would be logical (I think) that the higher the above scores, the lower the roll needed. I just don’t know how to get Numbers to do that.
A little help with this would be greatly appreciated.
iPad, iPadOS 17