I have a spreadsheet where I am calculating average GPA by month over the course of three years. The data is pulling from a table I have on another spreadsheet. I want to find the 25th percentile for each month. The formula i'm trying to use is:
=PERCENTILE.INC(IF(Table1[TERM_CODE_ENTRY]=A2,IF(Table1[APDC_DATE]"<"&B2)"","")Table1[HS_GPA],0.25)
If you all need more background info, please let me know. Thank you!
=PERCENTILE.INC(IF(Table1[TERM_CODE_ENTRY]=A2,IF(Table1[APDC_DATE]"<"&B2)"","")Table1[HS_GPA],0.25)
If you all need more background info, please let me know. Thank you!