So I have a lot of data and someone has changed how it is imported!
I needed to find how many different orders were taken by a salesperson in the month so ran this
COUNTIFS(Dels!$O:$O,"BOB",Dels!$C:$C,">=01/08/2023",Dels!$C:$C,"<=31/08/2023",Dels!$H:$H,">0.00")
which ran perfectly as all orders were delivered and had a delivery cost in column H. Given that the order was only delivered once, it produced the amount of orders that were placed.
Now someone has changed the data criteria and column H no longer shows a delivery cost, its just always 0.00!
Column A however may hold a solution.
You see, if a customer orders 3 different products it is shown over 3 different lines or 4 products over 4 lines etc hence why I counted the deliveries which only appeared once per order.
Column A does have a sales code but its the same code for all the lines within the order. So if a customer orders 3 products, the 3 lines have the same number in column A.
This means I could somehow replace the last part of my original formula for column H to count the numbers in column A but only count the duplicates once or remove the duplicates or something.
Jeez I hope that all makes sense!
Thank-you in advance for any assistance.
I needed to find how many different orders were taken by a salesperson in the month so ran this
COUNTIFS(Dels!$O:$O,"BOB",Dels!$C:$C,">=01/08/2023",Dels!$C:$C,"<=31/08/2023",Dels!$H:$H,">0.00")
which ran perfectly as all orders were delivered and had a delivery cost in column H. Given that the order was only delivered once, it produced the amount of orders that were placed.
Now someone has changed the data criteria and column H no longer shows a delivery cost, its just always 0.00!
Column A however may hold a solution.
You see, if a customer orders 3 different products it is shown over 3 different lines or 4 products over 4 lines etc hence why I counted the deliveries which only appeared once per order.
Column A does have a sales code but its the same code for all the lines within the order. So if a customer orders 3 products, the 3 lines have the same number in column A.
This means I could somehow replace the last part of my original formula for column H to count the numbers in column A but only count the duplicates once or remove the duplicates or something.
Jeez I hope that all makes sense!
Thank-you in advance for any assistance.