Sorting Data

  • Thread starter Thread starter hyper
  • Start date Start date
H

hyper

Hi,

I'm having difficulty in sorting a massive collection of data which I
get from a report in the format indicated below. I'm only interested in
the items where the Column E = 0 for the "Opening Stock" line. I've
been trying to sort the data but to no avail.
Is there any Excel feature I can use or any VBA which I could
implement?

Thanks in advance,

A B C D E
No.
462009 Reqd. Qty 0 0 4
Opening Stk 1 1 1
Firm P.O. 0 0 0
Available Stk 1 1 1
Shortfall 0 0 3
Planned P.O. Qty 0 0 3

No.
462010 Reqd. Qty 0 0 4
Opening Stk 1 1 0
Firm P.O. 0 0 0
Available Stk 1 1 1
Shortfall 0 0 3
Planned P.O. Qty 0 0 3
 
Sounds like... Data | Filter | Auto Filter ...could do the job.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



Hi,
I'm having difficulty in sorting a massive collection of data which I
get from a report in the format indicated below. I'm only interested in
the items where the Column E = 0 for the "Opening Stock" line. I've
been trying to sort the data but to no avail.
Is there any Excel feature I can use or any VBA which I could
implement?

Thanks in advance,

A B C D E
No.
462009 Reqd. Qty 0 0 4
Opening Stk 1 1 1
Firm P.O. 0 0 0
Available Stk 1 1 1
Shortfall 0 0 3
Planned P.O. Qty 0 0 3

No.
462010 Reqd. Qty 0 0 4
Opening Stk 1 1 0
Firm P.O. 0 0 0
Available Stk 1 1 1
Shortfall 0 0 3
Planned P.O. Qty 0 0 3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top