This document provides instructions for finding the interquartile range (IQR) of a data set with an odd number of values. It explains how to order the data from smallest to largest, find the median by crossing out values from the top and bottom, and divide the remaining values into two sides to separately calculate the lower and upper quartiles.