ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   the Last occurance (https://www.excelbanter.com/excel-discussion-misc-queries/256756-last-occurance.html)

peyman

the Last occurance
 
Hi everybody,

I need to now how I can get the last Row number of last occurance of an item
in a list, for example:

row item
1 A
2 B
3 D
4 A

I want a formula to return me row number 4 after looking up A.
Any hints,
thanks.

Ron Rosenfeld

the Last occurance
 
On Thu, 18 Feb 2010 15:51:01 -0800, peyman
wrote:

Hi everybody,

I need to now how I can get the last Row number of last occurance of an item
in a list, for example:

row item
1 A
2 B
3 D
4 A

I want a formula to return me row number 4 after looking up A.
Any hints,
thanks.



=LOOKUP(2,1/($A$1:$A$65535="A"),ROW($A$1:$A$65535))

--ron

T. Valko

the Last occurance
 
Try this array formula** :

=MAX(IF(A1:A100="A",ROW(A1:A100)))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"peyman" wrote in message
...
Hi everybody,

I need to now how I can get the last Row number of last occurance of an
item
in a list, for example:

row item
1 A
2 B
3 D
4 A

I want a formula to return me row number 4 after looking up A.
Any hints,
thanks.




Jacob Skaria

the Last occurance
 
normal entered

=SUMPRODUCT(MAX(($A$1:$A$1000="A")*ROW($A$1:$A$100 0)))

--
Jacob


"peyman" wrote:

Hi everybody,

I need to now how I can get the last Row number of last occurance of an item
in a list, for example:

row item
1 A
2 B
3 D
4 A

I want a formula to return me row number 4 after looking up A.
Any hints,
thanks.



All times are GMT +1. The time now is 02:42 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com