Hi,
I have an excel workbook with two tabs.
Each tab is an inventory of all my drawings. One tab has only the most recent revision of every drawing, while the second tab has all revisions.
for example the first tab would have
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing d -- 000 -- july 10th
the second tab would have
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 000 -- july 10th
drawing b -- 001 -- august 1st
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing d -- 000 -- july 10th
What I am trying to do is set it up so that when I update with a new revision in the first tab in the first tab, it automatically adds a new line with the updated revision in the 2nd.
For example, if I were to make the following change to the first tab:
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 002 -- august 12th
drawing c -- 001 -- sept 4th
drawing d -- 000 -- july 10th
the second tab would automatically become
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 000 -- july 10th
drawing b -- 001 -- august 1st
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing c -- 001 -- sept 4th
drawing d -- 000 -- july 10th
Can anyone help me with this?
Thanks
I have an excel workbook with two tabs.
Each tab is an inventory of all my drawings. One tab has only the most recent revision of every drawing, while the second tab has all revisions.
for example the first tab would have
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing d -- 000 -- july 10th
the second tab would have
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 000 -- july 10th
drawing b -- 001 -- august 1st
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing d -- 000 -- july 10th
What I am trying to do is set it up so that when I update with a new revision in the first tab in the first tab, it automatically adds a new line with the updated revision in the 2nd.
For example, if I were to make the following change to the first tab:
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 002 -- august 12th
drawing c -- 001 -- sept 4th
drawing d -- 000 -- july 10th
the second tab would automatically become
name -- -- - rev -- date
drawing a -- 000 -- july 10th
drawing b -- 000 -- july 10th
drawing b -- 001 -- august 1st
drawing b -- 002 -- august 12th
drawing c -- 000 -- july 10th
drawing c -- 001 -- sept 4th
drawing d -- 000 -- july 10th
Can anyone help me with this?
Thanks
Last edited: