Sort 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 first quartile
Find the median of the upper half to get the third quartile
The second quartile is the overall median
Use interpolation if the quartile position falls between two values
For grouped or frequency data, use the appropriate quartile formula or cumulative frequency method
