I'm constructing a sheet to aid 5 departments handle backlogs.
The raw data is given to us from a database, in an excel format, once
every night.
I'd like to split the raw data from tab1 to tab2-6, depending on
department, say Department Blue, Green, Red, Yellow and Brown
So I name the tabs Raw, Blue, Green, Red, Yellow and Brown.
So if the raw data is like this:
Order - Agent - Product - Date - Department
Could I have excel automatically copy all orders from tab 1 where
department=Blue to Tab Blue?
And would it eventually be possible to add a check to that procedure
to check if the order is already there?
In other word; If department=Blue, and order does not exist in tab
Blue, copy entire row to tab blue.
Could this be done without VBA, or do I need to code this?
--
Cato Myrkaskog
Gary''s Student - 23 Nov 2007 13:52 GMT
If you really want to copy/paste automatically, you would need VBA

Signature
Gary''s Student - gsnu2007a
> I'm constructing a sheet to aid 5 departments handle backlogs.
> The raw data is given to us from a database, in an excel format, once
[quoted text clipped - 19 lines]
> --
> Cato Myrkaskog