P
Przemek
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
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