This is what I am using now on this last part I'm trying to figure out. =IFERROR((V6:V14+Z6:Z14)/(T6:T14),0) returns 102.08 as I am adding both V and Z in that range Dividing it with the T range.
When I use =(SUMIFS($V$6:$V$60,$B$6:$B$60,"Carp")+SUMIFS($Z$6:$Z$60,$B$6:$B$60,"Carp")/SUMIFS($T$6:$T$60,$B$6:$B$60,"Carp"))
When I use this one above. I return $9554.67. I feel like this part needs to be change somewhat SUMIFS($T$6:$T$60,$B$6:$B$60,"Carp")) . Trying to figure our why its returning this high number if its taking the same range