J
JonoB
I have a list of values named UnitPhase and I want to find the firs
value in the list that is greater than zero. I do this by using a
array formula as follows, which works perfectly:
{=MATCH(TRUE,UnitPhase>0,0)}
I now want a similar formula that does the same thing, but finds th
LAST value in the list that is greater than zero.
Any help much appreciated
value in the list that is greater than zero. I do this by using a
array formula as follows, which works perfectly:
{=MATCH(TRUE,UnitPhase>0,0)}
I now want a similar formula that does the same thing, but finds th
LAST value in the list that is greater than zero.
Any help much appreciated