TeamOSupremeO
New Member
- Joined
- May 16, 2018
- Messages
- 4
I have read several other posts on this topic, but am still stuck.
I have about 8000 rows of data with columns A-O providing data elements for each row. I'd like to calculate the quartiles for Column J, but do so based on the field that is located in Column O. Column O has 6 different categories, and I would like to have quartiles for each category.
Ideally, I'd like to have a summary page that shows the quartiles for each category.
Here is the array formula I have tried, which has returned #N/A. In this example, I am looking for the 3rd quartile of the "Texas" category.
{=QUARTILE(IF('MASTER'!O2:O8000="Texas",'MASTER'!J2:J8000),3)}
Thank you!
I have about 8000 rows of data with columns A-O providing data elements for each row. I'd like to calculate the quartiles for Column J, but do so based on the field that is located in Column O. Column O has 6 different categories, and I would like to have quartiles for each category.
Ideally, I'd like to have a summary page that shows the quartiles for each category.
Here is the array formula I have tried, which has returned #N/A. In this example, I am looking for the 3rd quartile of the "Texas" category.
{=QUARTILE(IF('MASTER'!O2:O8000="Texas",'MASTER'!J2:J8000),3)}
Thank you!