Generating a list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a master list with 100's of items. I have four columns of
information for each item. (Description, supplier, item number, cost). I
want to generate a list on a seperate page by supplier. For example, every
item that is made by ABC company is put on list A (seperate worksheet), every
item made by XYZ company is put on list B (seperate worksheet) and so on. Is
there a macro or formula that I can use for this?
 
One of the golden rules for data base design is not to have the same
information in more than one place - imagine the complication of having to
update two or three places when a phone number is changed.
If you filter you data (Data | AutoFilter) you will be able to view/print
just the records of a single supplier on the 'master' sheet.
best wishes
 
Thank you very much that wasexactly what I was wanting to do. Thanks for the
quick response.
 
Else you can use Pivot Table. It is helpfull indeed to view your data
in as a summary.

Thanks,

Shail
 
I'm struggling with the same problem. I have a long list of items that are
grouped by product types, but scattered within the list. This list is
imported to excel from another program that I have no control over, and is
updated from time to time.

What I need is to sort items of different types to different columns on
another worksheet. These columns are then used to populate comboboxes.

Is there a function in excel for this? Also advice on appropriate VBA code
is galdly accepted.

Thanks,

Alerion
 

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