Cheryl -
When you have an "even" number of data points like you have in your example (4 data points), after you list the data points from low to high, the median is simply the "average" of the two middle data points. So, in your example, simply average the second and third numbers which is (2 + 3) /2. Hope that helps