I have tried a few different things with VLOOKUP in Excel to try to display data from one sheet on a new sheet in alphabetical order, but was unsuccessful.
The data I want in the new sheet is in columns A and Q of sheet 1. If Q is not null print the value of column A and column Q in column A and B of sheet 2.
Ex.
Sheet 1:
Column A | ... | Column Q
item 1 | ... | data
item 2 | ... |
item 3 | ... | data2
Desired output on Sheet 2:
Column A | Column B
item 1 | data
item 3 | data2
For item 2 it should not be printed because sheet 1 column q is null.
Any help would be greatly appreciated.
Thanks,
John
The data I want in the new sheet is in columns A and Q of sheet 1. If Q is not null print the value of column A and column Q in column A and B of sheet 2.
Ex.
Sheet 1:
Column A | ... | Column Q
item 1 | ... | data
item 2 | ... |
item 3 | ... | data2
Desired output on Sheet 2:
Column A | Column B
item 1 | data
item 3 | data2
For item 2 it should not be printed because sheet 1 column q is null.
Any help would be greatly appreciated.
Thanks,
John