Reputation: 27
I want to import only the agent name and its "Twitter user" but if "F" is empty then ignore it. How? I have tried "Query" but its not working. I want to import it to another sheet in the same general sheet. Thank you
Upvotes: 0
Views: 63
Reputation: 153
I think you want to create a Pivot, and add a filter on Column F. A pivot creates a new view of your table, with arbitrary rows or columns. And a filter on column F allows you to eliminate rows with empty F value.
Upvotes: 1