I have a workbook in which I keep track of various documents and where they are in the completion process.
One column is for "Comments/Status," in which I state something like, "11/9/10 - Sent to Joe Q. Public for review."
I will have several rows with similar information; for example, the next row in that column might have another note saying, "11/10/10 - Received comments from J. Public. Sent to Jane Smith for approval."
What I would like to be able to do is to have a "Summary" worksheet that lists the most current comment. I can't seem to find a formula that will find the last cell with text in it and put it in my Summary sheet automatically. I'm not good with VB and I've considered a macro, but only as a last resort.
To clarify (I hope!), here is what I need:
Sheet 1: Summary Sheet looks like this:
--------Col A-------Col B-------Col C
Row 1: DocName---Doc1-------Status
Row 2: DocName---Doc2-------Status
Row 3: DocName---Doc3-------Status
etc.
Sheet 2: Document 1 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
Sheet 3: Document 2 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
Sheet 4: Document 3 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
I would like to be able to use a formula, macro, or VB script to pull the LAST (and therefore most up-to-date) comment from column C from EACH worksheet and insert each comment into a separate row in Sheet 1.
I've tried using formulas with "ISBLANK," "ISNONTEXT," etc. with an IF statement, but I can't get anything to work.
If I haven't been clear with what I need, please let me know and I'll try to re-word things. Thank you in advance for your time!
Linda
One column is for "Comments/Status," in which I state something like, "11/9/10 - Sent to Joe Q. Public for review."
I will have several rows with similar information; for example, the next row in that column might have another note saying, "11/10/10 - Received comments from J. Public. Sent to Jane Smith for approval."
What I would like to be able to do is to have a "Summary" worksheet that lists the most current comment. I can't seem to find a formula that will find the last cell with text in it and put it in my Summary sheet automatically. I'm not good with VB and I've considered a macro, but only as a last resort.
To clarify (I hope!), here is what I need:
Sheet 1: Summary Sheet looks like this:
--------Col A-------Col B-------Col C
Row 1: DocName---Doc1-------Status
Row 2: DocName---Doc2-------Status
Row 3: DocName---Doc3-------Status
etc.
Sheet 2: Document 1 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
Sheet 3: Document 2 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
Sheet 4: Document 3 Status
--------Col A-------Col B-------Col C
Row 1: Revision#---Date-------Status
Row 2: Revision#---Date-------Status
Row 3: Revision#---Date-------Status
etc.
I would like to be able to use a formula, macro, or VB script to pull the LAST (and therefore most up-to-date) comment from column C from EACH worksheet and insert each comment into a separate row in Sheet 1.
I've tried using formulas with "ISBLANK," "ISNONTEXT," etc. with an IF statement, but I can't get anything to work.
If I haven't been clear with what I need, please let me know and I'll try to re-word things. Thank you in advance for your time!
Linda
Last edited: