View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DaveKTLC DaveKTLC is offline
external usenet poster
 
Posts: 1
Default Extracting Data from 2 cells into 1

Trying to find median for a list of grades.
Each Column has a grade and below each row has the # of exams the student
has received that grade.

4.0 3.5 3.0 2.5
Student 1 2 1 1 2

How can I have Excel pull out: 4.0, 4.0, 3.5, 3.5, 2.5, 2.5 from the table
above? We are trying to avoid having to type it out...we want to simply put
the # of times that grade was received and then have Excel list the data
individually in cells so we can generate a median value. Thank you!