Vlado Baban
New Member
- Joined
- Jun 6, 2011
- Messages
- 2
I have a hard problem. I have a EXCEL table with 6,000 lines that looks like this:
CELL1......CELL2
ProductA 4
ProductA -1
ProductB 1
ProductB 2
ProductC -3
ProductC 1
So...I want to display only a "select" amount of data. ie. Product B does NOT have any negative values, and I want to REMOVE Product B from the table. I want to keep Product A, and Product C in the table, because they have one (or more) lines that show a negative value. The hard part (for me) is that I STILL want the table to show the other positive values for Products A & B. So the final table should look like this:
ProductA 4
ProductA -1
ProductC -3
ProductC 1
How do I do this? I have struggled to find a function that is intuitive enough to capture what I am trying to do....?
CELL1......CELL2
ProductA 4
ProductA -1
ProductB 1
ProductB 2
ProductC -3
ProductC 1
So...I want to display only a "select" amount of data. ie. Product B does NOT have any negative values, and I want to REMOVE Product B from the table. I want to keep Product A, and Product C in the table, because they have one (or more) lines that show a negative value. The hard part (for me) is that I STILL want the table to show the other positive values for Products A & B. So the final table should look like this:
ProductA 4
ProductA -1
ProductC -3
ProductC 1
How do I do this? I have struggled to find a function that is intuitive enough to capture what I am trying to do....?
Last edited: