So I wanna use the quartile function in combination with the IF function.
I have football data and I wanna use the cells of a particular team.
So I created this formula:
=QUARTILE(IF(E$8:E$1618=D$1621,N$8:N$1618),1)
D$1621 is the cell with name of the team I choose. E$8:E:1618 is the column with the teamnames. N8:N1618 is the data I want the first quartile of.
But I keep getting #value error.
I added the workbook.
Bookmarks