Krynn72
The Freeman
- Joined
- May 16, 2004
- Messages
- 26,095
- Reaction score
- 926
Sup, anyone familiar with spreadsheet programs? Open Office's in particular?
What I'm trying to do is make a spreadsheet that can calculate the spread, average, and probability of success for die rolls. I want to be able to enter in different dice that will add or subtract from "0" and have it crunch the numbers. For instance, if I put in a six sided die as a "negative die" and a 12 sided die as the "positive die", it would crunch the numbers and tell me the probability of getting a result higher than 0, what the spread would be (in this case it would be -5 to 11) and what the average is.
But I need to be able to enter in multiple dice for negative and positive dice. So like for the negative dice it could have a d6 and a d8, while the positive dice have a d4 and a d10. I dont use software like this often so i dont know how to go about setting it up. Is there a way to have the program "understand" what a "d6" is and have it know how to add and subtract it from a "d8"? Like, make "d6" a defined variable so I could do "d6 + d8".
What I'm trying to do is make a spreadsheet that can calculate the spread, average, and probability of success for die rolls. I want to be able to enter in different dice that will add or subtract from "0" and have it crunch the numbers. For instance, if I put in a six sided die as a "negative die" and a 12 sided die as the "positive die", it would crunch the numbers and tell me the probability of getting a result higher than 0, what the spread would be (in this case it would be -5 to 11) and what the average is.
But I need to be able to enter in multiple dice for negative and positive dice. So like for the negative dice it could have a d6 and a d8, while the positive dice have a d4 and a d10. I dont use software like this often so i dont know how to go about setting it up. Is there a way to have the program "understand" what a "d6" is and have it know how to add and subtract it from a "d8"? Like, make "d6" a defined variable so I could do "d6 + d8".