jhgiants95
New Member
- Joined
- Jul 21, 2014
- Messages
- 33
- Office Version
- 365
- Platform
- Windows
So this is difficult to explain so see the table below. Essentially I have a sheet with all of the products listed in each column and the number of cases ordered in the rows below as orders come in. The first row on the sheet lists how many cases there are in a pallet for that specific item. I'm looking to count the number of pallets that aren't "Full" meaning don't divide evenly.
There are hundreds of columns so I don't think is practical to use countif one by one. I cant figure out what configuration of mod and count if I can do to have this repeat for hundreds of columns across the sheet. Thanks for any help
There are hundreds of columns so I don't think is practical to use countif one by one. I cant figure out what configuration of mod and count if I can do to have this repeat for hundreds of columns across the sheet. Thanks for any help
Cases Per Pallet: | 40 | 80 | 50 | 30 | |
Customer | # "Non full Pallets" | Item2 | Item3 | Item4 | Item5 |
Bill | 2 (since the only items that don't divide evenly are the Item2 and item4) - Item 3 is simply two full pallets | 45 | 160 | 105 | 30 |
Todd | 0 - Since all are full pallets | 80 | 320 | 150 | 150 |
Mark | 4 - all of these are partial pallets | 41 | 350 | 120 | 100 |