I have a range of salary where I have a minimum ($39,500) and a maximum ($65,750) value. I would like to divide that range into four equal parts, where each quartile would have its own minimum and maximum value. The challenge I have is that I am basing my minimum and maximum value off of a midpoint ($52,600). The max of Q2 and the min of Q3 should be near the midpoint (if that makes sense).
Is there a way of doing this? Where I can maintain the midpoint value?
Is there a way of doing this? Where I can maintain the midpoint value?