Sort the data from smallest to largest
Find the median of the entire data set
Split the data into a lower half and an upper half
Find the first quartile, Q1, as the median of the lower half
Find the third quartile, Q3, as the median of the upper half
Subtract Q1 from Q3
Interquartile range = Q3 – Q1
