Greetings Everyone:
I am trying to use Excel's Quartile Function in VBE to find the quartiles in the Columns of a 2 dimensional array.
I am having trouble getting my mind around this, I think due to the fact that I do not know how to define each column as a range so that it can be used in the Excel Quartile Function in the form =Quartile(Range, 1), where 1 is the first quartile in the range.
Is there a way to find the quartiles in a 2 dimensional array using this function on the range in the array of say (1,1:5,1)
Or more broadly, how do I find the quartiles in the columns of a 2 dimensional array
Thanks if advance for any help or ideas.
Glenn