View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default creating new function in Excel for Medians

You need to provide more information...
Are the medians already determined and listed or do you want
to search thru sets of data to establish the medians?
What kind of criteria?
Samples of data and expected results would be best.
Do you want a formula solution or a vba solution?
What have you tried so far that doesn't work? - examples?
Have you searched for a solution?
--
Jim Cone
Portland, Oregon USA



"Opsimist"
wrote in message
Hi,
I have Excel 2007, there's the "averageifs" function... I'm trying to create
a new function which is similar to that one but the "medians" not with
averages.
That means I want to search for medians in a data range by multiple criteria.
Please help me with syntax.
Thank you very much.