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