dwg83
Board Regular
- Joined
- Nov 8, 2006
- Messages
- 174
I have scoured mrexcel, now I am posting a fresh thread. I have values in column O that I would determine quartiles for. My table will be filtered. However it won't be filtered by name which is in column A. How do I have excel tell me the quartile of the values showing that have the correct name in column A? Closest I have gotten:
{=QUARTILE.INC(IF(AND($A$13:$A$2080=$S$2,SUBTOTAL(2,OFFSET($O$13:$O$2080,ROW($O$13:$O$2080)-ROW(O13),,1))),$O$13:$O$2080),3)}
Thanks in advance!
{=QUARTILE.INC(IF(AND($A$13:$A$2080=$S$2,SUBTOTAL(2,OFFSET($O$13:$O$2080,ROW($O$13:$O$2080)-ROW(O13),,1))),$O$13:$O$2080),3)}
Thanks in advance!
