Sorry for the poor description.
I have a list of items on the first sheet of a workbook.
Only items in column A that have a value in column B (it can be any value), need to be copied to the second sheet.
If I use something like =if(sheet1!B1="","", A1) and fill this down, I get the data but also all the blanks which then requires a copy/paste and sort to bring them together.
Is there a formula I can use to copy just the relevant items to the second tab and miss out on the blanks?
FIRST TAB DATA
A B
__
1 a
2
3 c
4
5 a
6 j
7
8
SECOND TAB CURRENT
A B
__
1
3
5
6
SECOND TAB - REQUIRED
A B
__
1
3
5
6
Bookmarks