Hi im reposting this question because i think adding responses to my own question caused others to ignore it.
im trying to do an averageif based on if the range contains a certain word, here is how I tried it
=AVERAGEIF(D2:D892, "*"&LEFT(D2:D892,(FIND(",",D2:D892,1)-1))&"*", B2:B892)
But the...