I have been trying to create a report that would count the # of new sales orders weekly.
The problem is that multiple sales order records are created due to system limitations
(when actually there should only be one order.) The PO# is usally the same or may
have a slight modification. For example,
PO# Order# Qty Description
12345 abcde 100 pants
12345-1 fghti 200 shirts
12876 dkgl 300 socks
12876-1 kdlg 400 pants
12876-2 mdkeo 500 shirts
The above represents 2 actual orders. Is there a formula for finding "like" information
and grouping together without actually knowing the string beforehand? And then getting a count?
Having all the details underneath would be great to support the count.
Thanks in advance for help and suggestions!
The problem is that multiple sales order records are created due to system limitations
(when actually there should only be one order.) The PO# is usally the same or may
have a slight modification. For example,
PO# Order# Qty Description
12345 abcde 100 pants
12345-1 fghti 200 shirts
12876 dkgl 300 socks
12876-1 kdlg 400 pants
12876-2 mdkeo 500 shirts
The above represents 2 actual orders. Is there a formula for finding "like" information
and grouping together without actually knowing the string beforehand? And then getting a count?
Having all the details underneath would be great to support the count.
Thanks in advance for help and suggestions!