Hello experts!
I am in need of a formula that will help me find when two or more documents offset to zero. I have a large table of POs, Customers, and the open amounts of the documents.
What I have attempted was a simple =IF(AND(C2=C3,F2=F3),SUM(F2:F3),"") this worked to find the first document of a set that would equal zero, but I need to locate all associated documents that equal to zero.
Thank you for your help!!
Cari
I am in need of a formula that will help me find when two or more documents offset to zero. I have a large table of POs, Customers, and the open amounts of the documents.
What I have attempted was a simple =IF(AND(C2=C3,F2=F3),SUM(F2:F3),"") this worked to find the first document of a set that would equal zero, but I need to locate all associated documents that equal to zero.
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | PO | Customer | Amount | ||
2 | 253176 | 1109817 | (4,850.00) | ||
3 | 498803 | 1109817 | 4,575.00 | ||
4 | 498803 | 1109817 | (4,575.00) | ||
5 | 580839 | 1109817 | 4,475.00 | ||
6 | 580839 | 1109817 | (9,325.00) | ||
7 | 648577 | 1109817 | 7,462.50 | ||
8 | 648577 | 1109817 | (7,462.50) | ||
9 | 649176 | 1109817 | 9,975.00 | ||
10 | 649176 | 1109817 | (9,975.00) | ||
11 | 806774 | 1109817 | 4,975.00 | ||
12 | 806774 | 1109817 | (4,975.00) | ||
13 | 878707 | 1109817 | 4,925.00 | ||
14 | 878707 | 1109817 | (4,925.00) | ||
15 | 452243 | 1116186 | 1,911.00 | ||
16 | 452243 | 1116186 | (1,911.00) | ||
17 | 162334 | 1126360 | 624.00 | ||
18 | 171939 | 1126360 | (1,062.00) | ||
19 | 113762 | 1126360 | 60,900.00 | ||
20 | 113762 | 1126360 | (43,500.00) | ||
21 | DAMAGED /CUST 1107818 | 1126360 | 0.00 | ||
22 | DAMAGED /CUST 1107818 | 1126360 | 0.00 | ||
23 | DAMAGED RETURN/CUST 1107818 | 1126360 | 0.00 | ||
24 | 153601 | 1131193 | (660.00) | ||
25 | 153601 | 1131193 | (237.00) | ||
26 | 153601 | 1131193 | (696.00) | ||
27 | 319885 | 1131193 | 3,185.00 | ||
28 | 319885 | 1131193 | (3,185.00) | ||
29 | 319885 | 1131193 | 397.00 | ||
30 | 319885 | 1131193 | 3,185.00 | ||
31 | 319885 | 1131193 | 794.00 | ||
32 | 319885 | 1131193 | 794.00 | ||
33 | 319885 | 1131193 | 397.00 | ||
34 | 319885 | 1131193 | (2,730.00) | ||
Sheet1 |
Thank you for your help!!
Cari