Hi,

I am trying to lookup the next value in the list using the same name, for example:

OTHER 125
OTHER 140
OTHER 150
OTHER 101
OTHER 250

So I need to be able to lookup: "other" and bring back "125", then lookup the next value "other" 140 etc etc etc. Does anyone have any ideas?

Cheers