J
John Moore
Let me see if I can explain this,,,,,I want to
count the number of orders that show as SHIP but I only want to count them
once if the order number in column A appears more than once...... so I want
to be able to count the number of SHIPS in column B but only count them once
if the order number in column A appears more than once ,,,,, so the below
would return an answer of 2
A B
1 123456 SHIP
2 123456 SHIP
3 145799 NOT
4 145799 SHIP
count the number of orders that show as SHIP but I only want to count them
once if the order number in column A appears more than once...... so I want
to be able to count the number of SHIPS in column B but only count them once
if the order number in column A appears more than once ,,,,, so the below
would return an answer of 2
A B
1 123456 SHIP
2 123456 SHIP
3 145799 NOT
4 145799 SHIP