• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need some help identifying orders over more then one area

Ok so I have 1000 orders and some of these orders are from 2 parts of the warehouse.
The order number is the same for the whole order.
What I need to do is identify some how these orders that are from 1 or more zones.

Sample file attached.
 

Attachments

Some thing like this is what I am after:
AD098368681 SIP
AD098368681 TEN small
AD098368681 TEN small

AD098368684 TEN small
AD098368684 TEN small
AD098368684 TEN small
 
Ok here is the full list.
Sheet 2 I have taken your pivot table and done a
Code:
COUNTIF('range',">0")
to give me the number of zones.

On sheet 1 You will see where I have started to "Manually highlight theses".

What I need to do is highlight all the muti zone orders

Thank you for your help so far!!
 

Attachments

...much easier after know output ...
1) no need that another sheet
2) 'AD'... should be sorted
3) use that PIVOT, do not change layout
4) Press [Do It!] to get highlite
> Ideas ... Questions?
 

Attachments

...much easier after know output ...
1) no need that another sheet
2) 'AD'... should be sorted
3) use that PIVOT, do not change layout
4) Press [Do It!] to get highlite
> Ideas ... Questions?
Love it it works great for me. Maybe you could PM me the details of how the VB is working Then I would have a better understanding.
 
Back
Top