Arrange the data in ascending order
Find the median of the data set
Split the data into lower half and upper half
Find the median of the lower half; this is the lower quartile
Find the median of the upper half; this is the upper quartile
If the data set has an odd number of values, exclude the overall median before splitting
If the data set has an even number of values, split the data into two equal halves
