Essentially my function looks like this on another worksheet. SUMIFS(INDEX(TEXAS!$A$5:$ER$5000,,MATCH(B$2,TEXAS!$A$4:$ER$4,0)),TEXAS!$L$5:$L$5000,"<>3",TEXAS!$AP$5:$AP$5000,"<>Does Not Use Casher"). B2 is the column header for the column I want the sum of. L is a column in another sheet that I want to evaluate and make sure its not three, and AP is the other column I want to evaluate where I want it to skip all the does not use casher. I also have other things I want to add on but currently I just want it to work with these criteria...