I have two tabs, one with order number, Item number, the shipped qty and cheat cell that shows a 1 if cell is visible after filtering. the second tab has just the unique Order numbers, so if there is more than one item the order number is not repeating. I am looking to sum the shipped qty for each order number that is visible
Sheet two looks like this
I am trying the following formula in she 2 column 2 =SUMIFS(Sheet1!A:A,Sheet2!A:A,@Sheet1!C:C,Sheet1!D:D,">0") and I seem to be missing something. Please let me know if you have any ideas.
Thanks in advance!
Order Number | Item Number | Shipped Qty | Visible | |
| 1 | 850 | 1 | |
| 1 | 54 | 1 | |
| 1 | 54 | 1 | |
| 1 | 15 | 1 | |
| 2 | 54 | 1 | |
| 1 | 13 | 1 | |
| 2 | 80 | 1 | |
| 3 | 49 | 1 | |
| 4 | 200 | 1 |
Order Number | Shipped | |
| ||
| ||
| ||
| ||
| ||
|
Thanks in advance!