I am using the following formula: =(SUMPRODUCT(--(TRIM(All!$L$2:$L$10000)="Name"),--(TRIM(All!$M$2:$M$10000)="4"),--(TRIM(All!$J$2:$J$10000)="X")))/(SUMPRODUCT(--(TRIM(All!$L$2:$L$10000)="Name"),--(TRIM(All!$M$2:$M$10000)="4"))) It works, BUT I need to change the name "Name" and number "4" everyline - both of these can be found in a cell on the page - can this formula reference a cell so that I don't have to manually change 140 formulas? Clarify: the formula is pulling information from another page - on the page where the formula is found there is a column with individuals names in it, the formula is pulling from data to create percentages for those individuals. Rather than change the individual name for each individual in the list I'm *hoping* that the formula can just reference the cell with the name in it.
Thanks!
Thanks!