fireboltpk
New Member
- Joined
- May 29, 2017
- Messages
- 9
Hi,
I have a data set with 600 products where I need to pickup the value that is greater than zero. Below is an example of my data set and what I need to pick.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
What I basically want is that when I do a lookup for Coke and Fanta, my return values are 7 and 5.
Regards,
M
I have a data set with 600 products where I need to pickup the value that is greater than zero. Below is an example of my data set and what I need to pick.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Price[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Coke[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Fanta[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
What I basically want is that when I do a lookup for Coke and Fanta, my return values are 7 and 5.
Regards,
M