JoshLyman
New Member
- Joined
- Jan 11, 2023
- Messages
- 35
- Office Version
- 365
- 2010
- Platform
- Windows
I am looking to extract data from 3 tables which are kept on separate sheets (Sheet1, Sheet2, and Sheet3) into a summary table. I want to pull through the 'Ref' and the 'Comments' from the individual tables, only if 'Comments' is populated. Is this possible without VBA? The tables, including the summary table on Sheet4, are below:
Book2 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Ref | Date | Comments | ||
2 | B826202 | 23-Apr-72 | Yes | ||
3 | B826325 | 03-Jan-88 | |||
4 | B830594 | 25-Mar-84 | |||
5 | B830684 | 16-Oct-72 | |||
6 | B830861 | 29-Apr-87 | Yes | ||
7 | B830870 | 24-Aug-79 | Yes | ||
Sheet1 |
Book2 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Ref | Date | Comments | ||
2 | B930742 | 11-May-89 | |||
3 | B930763 | 19-Jul-74 | Yes | ||
4 | B930868 | 07-Apr-82 | |||
5 | B930946 | 21-Aug-83 | |||
6 | B931036 | 21-Jul-77 | Yes | ||
7 | B931186 | 27-Jun-74 | Yes | ||
8 | B931213 | 05-Oct-74 | |||
Sheet2 |
Book2 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Ref | Date | Comments | ||
2 | F233095 | 28-Jun-77 | Yes | ||
3 | F233356 | 30-May-76 | |||
4 | F233377 | 03-Oct-83 | |||
5 | F234325 | 09-Mar-69 | |||
6 | F234349 | 08-Mar-75 | Yes | ||
7 | F234601 | 16-Oct-80 | |||
Sheet3 |
Book2 | ||||
---|---|---|---|---|
A | B | |||
1 | Ref | Comments | ||
2 | ||||
Sheet4 |