Easiest way is with a worksheet_activate macro. Each time you bring up the "Critical" sheet to look at it, this macro would quickly grab all the current "R" rows from the sheets listed.
Here's the code:
How to use the macro:
1. Open up your workbook
2. Right-click on the sheet tab "Critical"
3. Select VIEW CODE from the popup
4. Copy and Paste in your code (given above) into the Sheet Module that appears
5. Get out of VBA (Press Alt+Q)
6. Save your sheet
The macro is installed and ready to use. All you have to do is move off of "Critical" to some other sheet, then come back. When you do, the macro will gather the info for you.
Bookmarks