ScorchedLemonade
Technical User
Hi, I will soon have a lot of data over several Excel workbooks and want to be able to do something like this:
select data from a row of column C, say, if the same rows in columns A and B contain certain data
e.g. if one were at a zoo feeding animals the quantities they got at certain times might be like this
hedgehog breakfast 3
squirrel lunch 2
shrew morning 20
hedgehog breakfast 4
cerebus breakfast 3
hedgehog lunch 13
jabberwocky tea 5
etc.
So, I'd be selecting the 3 and the 4 for "hedgehog" and "breakfast" respectively.
Then I'm wanting eventually to find the upper quartile of all the data so collected.
There'll probably be about 23000 rows of data, several columns and several sheets.
Excel claims that it only does quartiles for up to 8191 pieces of data but this actually isn't true. It does seem not to be able to take disjoint arrays of data though and even if it did, the selection of those pieces of data could be a problem.
Is there an easy was around this?
Thanks.