Andrewgray123
New Member
- Joined
- Jul 27, 2016
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
Hello,
Just a bit of background first, i'm doing a very simple IF Statement/Vlookup;
My RAW data as an example is formatted like so;
I've then got another sheet which is the same as above; however i'm going to do an if statement, so it reads IF(B2 > 0) Then Vlookup to return the values in B2, ELSE "")
So the sheet with the Vlookup would then look like;
I want to display this information, without the missing row. Obviously i could format it as a table, then hide the rows, but is there a cleaner way to hide these rows (which have returned a null value from a VLookup)
The reason behind this, the RAW data sheet could possibly contain 250 lines; the target sheet may only have 30 values populated out of these 250 lines.
Could anyone offer any hints or tips on how to achieve this?
Many Thanks
Andy
Just a bit of background first, i'm doing a very simple IF Statement/Vlookup;
My RAW data as an example is formatted like so;
Item (Col A) | Quantity (Col B) |
A | 10 |
B | |
C | 50 |
I've then got another sheet which is the same as above; however i'm going to do an if statement, so it reads IF(B2 > 0) Then Vlookup to return the values in B2, ELSE "")
So the sheet with the Vlookup would then look like;
Item (Col A) | Quantity (Col B) |
A | 10 |
C | 50 |
I want to display this information, without the missing row. Obviously i could format it as a table, then hide the rows, but is there a cleaner way to hide these rows (which have returned a null value from a VLookup)
The reason behind this, the RAW data sheet could possibly contain 250 lines; the target sheet may only have 30 values populated out of these 250 lines.
Could anyone offer any hints or tips on how to achieve this?
Many Thanks
Andy