This macro determines whether each value in a column of integers is odd or even, then stores the word "odd" or "even" in a different column that you specify.

Download the Macro

Be sure that Minitab knows where to find your downloaded macro. Choose File > Options > General. Under Macro location browse to the location where you save macro files.

Important

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.

Required Inputs

  • A column of integers
  • An empty storage column for the results

Running the Macro

For example, say that C4 contains the integer values, and you want to store the results in C5. To run the macro, choose View > Command Line/History and type:

%ODDEVEN C4 C5

Click Run.