Hi, so 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 word it picks is the word on the same row in column D, so if i move the cell up to 5 for example, it...