This macro generates the cumulative probability of the binomial distribution with a number of trials from one column, a number of successes from a second column, and a specified probability of success, row by row.
Be sure that Minitab knows where to find your downloaded macro. Choose . Under Macro location browse to the location where you save macro files.
If you use an older web browser, when you click the Download button, the file may open in Quicktime, which shares the .mac file extension with Minitab macros. To save the macro, right-click the Download button and choose Save target as.
For example, suppose the number of trials are in C1, the number of success are in C2, the probability of success is 0.95, and you want the results to be stored in C3. To run the macro, choose and type:
%BINOPROB C1 C2 0.95 C3
Click Run.