realtoast
New Member
- Joined
- Nov 24, 2015
- Messages
- 47
- Office Version
- 365
- Platform
- Windows
- MacOS
- Mobile
- Web
Hello experts! I hope my question is as easy for you as it seems to me:
I've got two tables I'm comparing. Both tables have the index, StudentID, a 10-digit number. I'm using vlookup to compare the tables to find which students are missing from either table (Table A compared to Table B, and Table B compare to Table A). So far, so good. I now want to extract just those records of the students not found (#N/A rows). Ultimately, I want a pivot table of only #N/A rows. Seems easy enough. However, because there's no value in that #N/A field, I'm not able to find a way to identify those records and extract them.
One solution I've thought of would be to delete all rows with a value, leaving just the #N/A rows. What would be this process/VBA script?
Thanks!
I've got two tables I'm comparing. Both tables have the index, StudentID, a 10-digit number. I'm using vlookup to compare the tables to find which students are missing from either table (Table A compared to Table B, and Table B compare to Table A). So far, so good. I now want to extract just those records of the students not found (#N/A rows). Ultimately, I want a pivot table of only #N/A rows. Seems easy enough. However, because there's no value in that #N/A field, I'm not able to find a way to identify those records and extract them.
One solution I've thought of would be to delete all rows with a value, leaving just the #N/A rows. What would be this process/VBA script?
Thanks!
Last edited: