I'm trying to use Excel to determine the outcomes of hockey games. In the game that I'm simulating, I have each team has a goals for and standard deviation which I call in this function: (NORM.INV(RAND(), D2, E3)) and (NORM.INV(RAND(), D3, E2)) where column D is the goals for and column E is the standard deviation calculated from each game of interval (78 games). I want to make the NORM.INV run 10k times so I can aggregate the outcome of each toy game.
I made two columns (Flames, Ducks) and in the first cell below each team I typed in the NORM function. When I try to autofill the subsequent columns, Excel seems to think it is a series and the columns increment D2-->D3 etc. I have tried changing the options to copy cells from fill series and it still does the same thing.
I've searched google and youtube but I can't find a way to make the function run a given number of times and I can't copy paste. Please help.