I am looking for some help on this one.
I need to be able to find duplicates but only under specific conditions. For example, I have a list of SKUs as one column, and a second of the order status of that item. I need to know when multiple of the same SKU are in the same step of the process. So, instead of using =COUNTIFS($[SKU]:$[SKU], [SKU]) to count the duplicates of the same SKU, I need to add something in there so that it counts duplicate SKUs but ONLY if the Process column says "processing " for example.
Thanks,
Brett