The goal is to filter out rows to exclude duplicate Model numbers that have a total Variance of zero.
For example, in the range below, Locations 1 & 2 have the same Model number and the total Variance is zero. I want to filter or exclude them from the sample.
Rows 3, 4 & 5 have the same model number but only rows 3 & 5 has a total zero variance. I would exclude 3 & 5 but keep row 4.
The yellow highlighted rows are the ones I want to exclude
The results can be displayed in another column, filtered in place or just highlight rows that meet the criteria.
I can set up the sheet with helper columns as needed. I just don’t know where to begin.
Any advice is appreciated
For example, in the range below, Locations 1 & 2 have the same Model number and the total Variance is zero. I want to filter or exclude them from the sample.
Rows 3, 4 & 5 have the same model number but only rows 3 & 5 has a total zero variance. I would exclude 3 & 5 but keep row 4.
The yellow highlighted rows are the ones I want to exclude
The results can be displayed in another column, filtered in place or just highlight rows that meet the criteria.
I can set up the sheet with helper columns as needed. I just don’t know where to begin.
Any advice is appreciated
current_discrepancies_202308120305.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Location | Model | Variance | ||
2 | 1 | 111 | 26 | ||
3 | 2 | 111 | -26 | ||
4 | 3 | 222 | 18 | ||
5 | 4 | 222 | 15 | ||
6 | 5 | 222 | -18 | ||
7 | 6 | 333 | 60 | ||
8 | 7 | 444 | 345 | ||
9 | 8 | 444 | -345 | ||
10 | 9 | 555 | 50 | ||
11 | 10 | 666 | 67 | ||
Sheet1 |