Column A contains order numbers. I want to count all the orders, however, if
an order number appears more than once, I only want it counted once. In
addition, if an order was cancelled, the word "cancelled" would be in Column
C for the cancelled order. I don't want any cancelled orders included in the
count.
Col. A Col. C
1
1
7 Cancelled
9
12 Cancelled
12 Cancelled
14
In this situation, the sum of the order numbers would be 3.
Thanks in advance,
Howard
Provided if an order # has cancelled on column C it has it in every such
same order #
Meaning in your example Order # 12 appear twice and both have cancelled and
NOT just once.
"Watercolor artist" <Watercol...@discussions.microsoft.com> wrote in
message news:52AFAB50-0CBD-485B...@microsoft.com...
"Watercolor artist" <Watercol...@discussions.microsoft.com> wrote in
message news:B8B4B834-D002-429F...@microsoft.com...
Thanks for your help so far,
Howard
"Watercolor artist" <Watercol...@discussions.microsoft.com> wrote in
message news:6A23834C-41EE-443C...@microsoft.com...