![]() |
Help with Match Function
I have a list of names in column. 1 A 2 B 3 A 4 C 5 A I need the match function to bring the location of the second A (3) and the last A (5) -- yanf7 ------------------------------------------------------------------------ yanf7's Profile: http://www.excelforum.com/member.php...info&userid=19 View this thread: http://www.excelforum.com/showthread...hreadid=517508 |
Help with Match Function
For the last A in A1:A10 try:
=MAX(--(A1:A10="A")*(ROW(1:10))) entered as an array formula with Ctrl + Shift + Enter for the second A try: =SMALL(--(A1:A10="A")*(ROW(A1:A10)),ROW(A10)-SUM(--(A1:A10="A"))+2) Again entered as an array formula. But watch this space, there will be someone anong in a minute with a more elegant solution. -- HTH Sandy with @tiscali.co.uk "yanf7" wrote in message ... I have a list of names in column. 1 A 2 B 3 A 4 C 5 A I need the match function to bring the location of the second A (3) and the last A (5) -- yanf7 ------------------------------------------------------------------------ yanf7's Profile: http://www.excelforum.com/member.php...info&userid=19 View this thread: http://www.excelforum.com/showthread...hreadid=517508 |
All times are GMT +1. The time now is 11:10 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com