Finding last appearance of given value
=MAX(IF(D1:D100="Y",ROW(D1:D100)))
This is an array formula that must be entered with CNTRL-SHFT-ENTER rather
than just the ENTER key.
--
Gary''s Student - gsnu200817
"Przemek" wrote:
Hi, let's suppose we've got following matrix:
A B C D E
1 N Y Y Y
2 N N Y Y
3 N N N Y
4 N N N N
Is there any way to find the row number with given column and taking
into account the last appearance of given value e.g.
find row for column D, where there is last appearance of "Y" value
(starting from the top), in this case it's second row.
Thanks,
Przemek
|