I need some help with my issue. I'm dealing with a lot of data. I'm looking for a value in a field that is not zero. in A1 value is attorney fee. So my data sheet has attorney fee listed three times. For example: Attorney Fee $0, Attorney Fee $0, Attorney Fee $1,500. How do I return the value in the 6th cell. Index/Match is only returning the value in the 2nd column, which is zero.
Index/Match and Vlookup.
=INDEX(data!V2:FO2,,MATCH($A$1,(data!V2:FO2),0)+1).
$A$1 is the attorney fee text. So it's pulling the next column, but I don't know how to return the value of the highest match.
