So I have multiple columns of data.
Column F has names, and column G has counts. All counts are greater than one.
The problem is, that column F has permutations of mutiple names. For example: Gobadgrs $, Gobadgrs231, GobadgrsSDKJSDFLK.
I want a formula to sum up all of the cells in column G, where the cell in the same row in F contains Gobadgrs. I'm thinking it should look something like this.
=SUMIF(F2:F200, SOME CONDITIONAL CHECK ,G2:G200)
Any ideas? Thanks! 🙂
Column F has names, and column G has counts. All counts are greater than one.
The problem is, that column F has permutations of mutiple names. For example: Gobadgrs $, Gobadgrs231, GobadgrsSDKJSDFLK.
I want a formula to sum up all of the cells in column G, where the cell in the same row in F contains Gobadgrs. I'm thinking it should look something like this.
=SUMIF(F2:F200, SOME CONDITIONAL CHECK ,G2:G200)
Any ideas? Thanks! 🙂