I
Ivan
I have a particular sorting requirement I need help with.
The spread sheet is very simple, basically an inventory file with columns
representing the following data:
Column A: five digit product number
Column B: the production date of that product
(there are other columns representing information that is irrelevant)
The report contains several hundred rows of entries.
Individual product numbers are entered several times with as many different
production dates.
I must use this data to create a report that is sorted FIRSTLY by
production date in ascending order.
However, all product numbers must be contingent. That is to say that when
the first date of a particular product number comes up all the remaining
entries for that product must follow.
Is there a way? Sorry for the naive question. I'm just a warehouse grunt.
Ivan
The spread sheet is very simple, basically an inventory file with columns
representing the following data:
Column A: five digit product number
Column B: the production date of that product
(there are other columns representing information that is irrelevant)
The report contains several hundred rows of entries.
Individual product numbers are entered several times with as many different
production dates.
I must use this data to create a report that is sorted FIRSTLY by
production date in ascending order.
However, all product numbers must be contingent. That is to say that when
the first date of a particular product number comes up all the remaining
entries for that product must follow.
Is there a way? Sorry for the naive question. I'm just a warehouse grunt.
Ivan