Lookup first negative value
To lookup the first negative value in a set of data, you can use the XLOOKUP function. In the example shown, the formula in cell E5 is: =XLOOKUP(1,--(data[Low]<0),data) where data is an Excel Table in the range B5:C16. The result is the sixth row in …Read more