I have two columns of data. The first is a list of companies, the second is a category, which may be blank. Example:
Company A - Category 1
Company B - Category 2
Company C - (blank)
Company D - Category 2
I want to create a new list that returns only on of the specified categories CONSECUTIVELY, ignoring blanks. So if I wanted only Company names with Category 2, I want the first cell in the new list to return "Company B" and the second to return "Company D", with NO row in between the two. Any way to do this WITHOUT a macro?
Thanks
Bookmarks