Hi all,

This is my problem:

A1 0
A2 3
A1 1
A2 7
A2 5
A2 2

The col starting with A1 is the identifier and the col starting with 0 is the value I seek.

As you can see there is two A1's, I want the first value it finds that is NOT zero

Any help would be appreciated, Thanks!