Say your comments go into cells with unique part numbers.
Create a table on another worksheet:
Col A Col B
----- ------------------------
Part1 This is comment1.
Part2 This is a second comment
...
PartN This is the last column.
Then use that part number to bring back the comment into an adjacent cell.
=if(iserror(vlookup(a2,sheet2!a:b,2,false)),"",vlookup(a2,sheet2!a:b,2,false))
Debra Dalgleish has some notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
> Thanks for this Dave, but me being really quite thick could you
> elaborate.
[quoted text clipped - 22 lines]
> >
> > Dave Peterson"

Signature
Dave Peterson
Dave Peterson - 11 Dec 2006 15:07 GMT
PartN This is the last COMMENT.
> Say your comments go into cells with unique part numbers.
>
[quoted text clipped - 44 lines]
>
> Dave Peterson

Signature
Dave Peterson