Arrange the data in ascending order
Find the median of the data
Split the data into the lower half
Find the median of the lower half
The median of the lower half is the first quartile
For an odd number of data values, exclude the overall median before finding the lower half
For an even number of data values, include all values in the lower half below the overall median
