Hi all, hoping you can help as I'm a bit lost with this.
My data has several columns of information regarding deliveries, the dates they were made and if all the items ordered by the customer were in the delivery.
I need a formula to check the data and put a value of "bulk" if a delivery with multiple items was made to the same company on the same date. It should only say "bulk" once for each delivery so I can later count the number of bulk deliveries.
If a delivery was made with only one item, it should not be counted.
Ultimately, I am trying to work out how many "bulk" deliveries were made in a timeframe and then how many of the ordered items in that delivery were sent or not sent.
Data would look like:
Date / company name / item name / item sent? / bulk check
01.01.2019 / company A / oranges / no / bulk
01.01.2019 / company A / apples / yes / (blank)
01.01.2019 / company A / peaches / yes / (blank)
02.02.2019 / company B / oranges / yes / (blank)
03.03.2019 / company A / oranges / yes / bulk
03.03.2019 / company A / peaches / no/ (blank)
I need the formula to show in the last column that the delivery on 01.01.2019 was a bulk order (counted only once)
The delivery on 02.02.2019 is not a bulk order as it is only one item.
The delivery on 03.03.2019 is a bulk order.
After that, I will try to find a way to look at each bulk order and tell me how many items were ordered (number of rows for that delivery), how many were delivered and how many were not delivered (yes or no in column D)
I might be going about this the wrong way so would be grateful of any advice.
I am working in Excel 2010.
Thanks
My data has several columns of information regarding deliveries, the dates they were made and if all the items ordered by the customer were in the delivery.
I need a formula to check the data and put a value of "bulk" if a delivery with multiple items was made to the same company on the same date. It should only say "bulk" once for each delivery so I can later count the number of bulk deliveries.
If a delivery was made with only one item, it should not be counted.
Ultimately, I am trying to work out how many "bulk" deliveries were made in a timeframe and then how many of the ordered items in that delivery were sent or not sent.
Data would look like:
Date / company name / item name / item sent? / bulk check
01.01.2019 / company A / oranges / no / bulk
01.01.2019 / company A / apples / yes / (blank)
01.01.2019 / company A / peaches / yes / (blank)
02.02.2019 / company B / oranges / yes / (blank)
03.03.2019 / company A / oranges / yes / bulk
03.03.2019 / company A / peaches / no/ (blank)
I need the formula to show in the last column that the delivery on 01.01.2019 was a bulk order (counted only once)
The delivery on 02.02.2019 is not a bulk order as it is only one item.
The delivery on 03.03.2019 is a bulk order.
After that, I will try to find a way to look at each bulk order and tell me how many items were ordered (number of rows for that delivery), how many were delivered and how many were not delivered (yes or no in column D)
I might be going about this the wrong way so would be grateful of any advice.
I am working in Excel 2010.
Thanks
Last edited: