I need to count unique entries. Objective is to sum invoice counts per project in a pivot. Sample below. Thank you.
Book3 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Project | Invoice | Unique Invoice Count | ||
2 | AAA | 111 | 1 | ||
3 | AAA | 111 | |||
4 | AAA | 111 | |||
5 | AAA | 222 | 1 | ||
6 | AAA | 111 | |||
7 | AAA | 333 | 1 | ||
8 | AAA | 222 | |||
9 | AAA | 111 | |||
10 | AAA | 444 | 1 | ||
11 | BBB | 555 | 1 | ||
12 | BBB | 555 | |||
13 | BBB | 666 | 1 | ||
Sheet1 |