Hi, and thank-you in advance for your assistance...
Column 'A' contains a set of order numbers. These may be duplicated if a sales order has more than 1 product.
Column 'B' has the date of sale in every row regardless of whether the order number is duplicated or not.
So, i am trying really just trying to count how many sales have been made in each month but i cant count the duplicates.
I can do this if i use a helper column but hopefully trying to avoid that if possible.
Column 'A' contains a set of order numbers. These may be duplicated if a sales order has more than 1 product.
Column 'B' has the date of sale in every row regardless of whether the order number is duplicated or not.
So, i am trying really just trying to count how many sales have been made in each month but i cant count the duplicates.
I can do this if i use a helper column but hopefully trying to avoid that if possible.