Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Index/Match Lookup with a merged col

8 views
Skip to first unread message

JoshBrunz

unread,
Jun 13, 2013, 7:28:22 PM6/13/13
to

This should be a fun one...

I have a spread sheet of team scores. col a is the date of the game and
is 6 cells merged up and down. the 6 cells next to it in col b are
names. cols c-o are stats and scores for each name. the dates are not in
order. im trying to find the newest game date and display all 6 columns
next to it (b-o) in another section.

im using:

=CELL("address",INDEX(A:A,MATCH(MAX(A:A),A:A,0)))

to return the address of the newest game. how can i get the 6 columns
next to it?

attached is a screenshot of one dates numbers


+-------------------------------------------------------------------+
|Filename: Capture.JPG |
|Download: http://www.excelbanter.com/attachment.php?attachmentid=884|
+-------------------------------------------------------------------+



--
JoshBrunz

GS

unread,
Jun 13, 2013, 8:32:16 PM6/13/13
to
I didn't look at your file! You can use the OFFSET() function and
specify the number of rows/cols to be included.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


JoshBrunz

unread,
Jun 14, 2013, 12:16:44 PM6/14/13
to

Problem solved. Thank you sir.


+-------------------------------------------------------------------+
+-------------------------------------------------------------------+



--
JoshBrunz
0 new messages