Hello all
I originally posted this in the office forums, but I have been advised that my problem could be solved using vba.
I am using excel 2003 (SP2). I am exporting data from some mapping software to excel, where I would like to be able to use the percentile function on a particular column of the data. Unfortunately there are often more than 65536 rows of data meaning that it cannot all be pasted into excel in one range. I could paste the data into more than one sheet or into a few different ranges on the same sheet, but then I don't know how I could perform the function. I have thought about exporting to an access database, before exporting to a recordset in excel and performing the function on the recordset, but I couldn't get the percentile function to work that way. Can anyone think of another way I can handle the data so I can get this function to work on it? Interestingly, the Excel help states for the percentile function that:
I find this a bit odd, since when I have had smaller data sets in excel (30,000+ rows) the percentile function has worked just fine on the relevant column.
Many Thanks
Geraint
The lights are on but nobody's home, my elevator doesn't go to the top. I'm not playing with a full deck, I've lost my marbles. Barenaked Ladies - Crazy
I originally posted this in the office forums, but I have been advised that my problem could be solved using vba.
I am using excel 2003 (SP2). I am exporting data from some mapping software to excel, where I would like to be able to use the percentile function on a particular column of the data. Unfortunately there are often more than 65536 rows of data meaning that it cannot all be pasted into excel in one range. I could paste the data into more than one sheet or into a few different ranges on the same sheet, but then I don't know how I could perform the function. I have thought about exporting to an access database, before exporting to a recordset in excel and performing the function on the recordset, but I couldn't get the percentile function to work that way. Can anyone think of another way I can handle the data so I can get this function to work on it? Interestingly, the Excel help states for the percentile function that:
If array is empty or contains more than 8,191 data points, PERCENTILE returns the #NUM! error value
I find this a bit odd, since when I have had smaller data sets in excel (30,000+ rows) the percentile function has worked just fine on the relevant column.
Many Thanks
Geraint
The lights are on but nobody's home, my elevator doesn't go to the top. I'm not playing with a full deck, I've lost my marbles. Barenaked Ladies - Crazy