I've been looking through the forum for an answer, and although I've seen some very similar posts, I can't get a definitive answer for my issue: Here is an example of what I am working with and what I'm trying for my INDEX MATCH
=INDEX(Sheet1!A1:A1312,MATCH(Sheet2!$A$1:$A$9999&$B$1:$B$9999,Sheet1!$A$1:$A$9999&(Sheet2!$B$1>=Sheet1!$B$1)*(Sheet2!$A$1<=Sheet1!$C$1),0))
What I am trying to create is are two very similar INDEX MATCHES in Sheet 1: Column C would show the Beginning Date (Sheet 2, column B) and Column D the Ending Date (Sheet 2 Column C) that the incident date occurs in if the SIZE CODE (BIG-01, etc) is the same. My searching suggests that the INDEX/MATCH is the simplest means to accomplish this, but if VBA or some other method is better suited, I would appreciate any input as I am relatively new to this sort of Excel power-usage.
Thanks for considering!
Sheet 1
A B
BIG-01 7/5/2012
BIG-01 1/16/2010
BIG-01 4/18/2011
BIG-01 9/11/2013
BIG-01 6/6/2009
BIG-01 8/11/2012
BIG-01 10/10/2012
BIG-01 12/15/2014
LITTLE-01 7/5/2012
LITTLE-01 1/16/2010
LITTLE-01 4/18/2011
LITTLE-01 9/11/2013
LITTLE-01 6/6/2009
LITTLE-01 8/11/2012
LITTLE-01 10/10/2012
LITTLE-01 12/15/2014
LITTLE-01 3/15/2008
MEDIUM-01 4/25/2015
MEDIUM-01 7/5/2012
MEDIUM-01 1/16/2010
MEDIUM-01 4/18/2011
MEDIUM-01 9/11/2013
MEDIUM-01 6/6/2009
MEDIUM-01 8/11/2012
MEDIUM-01 10/10/2012
MEDIUM-01 12/15/2014
Sheet 1
A B C
BIG-01 11/1/2012 11/1/2013
BIG-01 11/1/2013 11/1/2014
BIG-01 11/1/2014 11/1/2015
BIG-01 11/1/2015 11/1/2016
BIG-01 11/1/2011 11/1/2012
BIG-01 11/1/2010 11/1/2011
BIG-01 11/1/2009 11/1/2010
BIG-01 11/1/2008 11/1/2009
BIG-01 11/1/2007 11/1/2008
LITTLE-01 11/1/2012 11/1/2013
LITTLE-01 11/1/2013 11/1/2014
LITTLE-01 11/1/2014 11/1/2015
LITTLE-01 11/1/2015 11/1/2016
LITTLE-01 11/1/2011 11/1/2012
LITTLE-01 11/1/2010 11/1/2011
LITTLE-01 11/1/2009 11/1/2010
LITTLE-01 11/1/2008 11/1/2009
LITTLE-01 11/1/2007 11/1/2008
MEDIUM-01 11/1/2012 11/1/2013
MEDIUM-01 11/1/2013 11/1/2014
MEDIUM-01 11/1/2014 11/1/2015
MEDIUM-01 11/1/2015 11/1/2016
MEDIUM-01 11/1/2011 11/1/2012
MEDIUM-01 11/1/2010 11/1/2011
MEDIUM-01 11/1/2009 11/1/2010
MEDIUM-01 11/1/2008 11/1/2009
MEDIUM-01 11/1/2007 11/1/2008
=INDEX(Sheet1!A1:A1312,MATCH(Sheet2!$A$1:$A$9999&$B$1:$B$9999,Sheet1!$A$1:$A$9999&(Sheet2!$B$1>=Sheet1!$B$1)*(Sheet2!$A$1<=Sheet1!$C$1),0))
What I am trying to create is are two very similar INDEX MATCHES in Sheet 1: Column C would show the Beginning Date (Sheet 2, column B) and Column D the Ending Date (Sheet 2 Column C) that the incident date occurs in if the SIZE CODE (BIG-01, etc) is the same. My searching suggests that the INDEX/MATCH is the simplest means to accomplish this, but if VBA or some other method is better suited, I would appreciate any input as I am relatively new to this sort of Excel power-usage.
Thanks for considering!
Sheet 1
A B
BIG-01 7/5/2012
BIG-01 1/16/2010
BIG-01 4/18/2011
BIG-01 9/11/2013
BIG-01 6/6/2009
BIG-01 8/11/2012
BIG-01 10/10/2012
BIG-01 12/15/2014
LITTLE-01 7/5/2012
LITTLE-01 1/16/2010
LITTLE-01 4/18/2011
LITTLE-01 9/11/2013
LITTLE-01 6/6/2009
LITTLE-01 8/11/2012
LITTLE-01 10/10/2012
LITTLE-01 12/15/2014
LITTLE-01 3/15/2008
MEDIUM-01 4/25/2015
MEDIUM-01 7/5/2012
MEDIUM-01 1/16/2010
MEDIUM-01 4/18/2011
MEDIUM-01 9/11/2013
MEDIUM-01 6/6/2009
MEDIUM-01 8/11/2012
MEDIUM-01 10/10/2012
MEDIUM-01 12/15/2014
Sheet 1
A B C
BIG-01 11/1/2012 11/1/2013
BIG-01 11/1/2013 11/1/2014
BIG-01 11/1/2014 11/1/2015
BIG-01 11/1/2015 11/1/2016
BIG-01 11/1/2011 11/1/2012
BIG-01 11/1/2010 11/1/2011
BIG-01 11/1/2009 11/1/2010
BIG-01 11/1/2008 11/1/2009
BIG-01 11/1/2007 11/1/2008
LITTLE-01 11/1/2012 11/1/2013
LITTLE-01 11/1/2013 11/1/2014
LITTLE-01 11/1/2014 11/1/2015
LITTLE-01 11/1/2015 11/1/2016
LITTLE-01 11/1/2011 11/1/2012
LITTLE-01 11/1/2010 11/1/2011
LITTLE-01 11/1/2009 11/1/2010
LITTLE-01 11/1/2008 11/1/2009
LITTLE-01 11/1/2007 11/1/2008
MEDIUM-01 11/1/2012 11/1/2013
MEDIUM-01 11/1/2013 11/1/2014
MEDIUM-01 11/1/2014 11/1/2015
MEDIUM-01 11/1/2015 11/1/2016
MEDIUM-01 11/1/2011 11/1/2012
MEDIUM-01 11/1/2010 11/1/2011
MEDIUM-01 11/1/2009 11/1/2010
MEDIUM-01 11/1/2008 11/1/2009
MEDIUM-01 11/1/2007 11/1/2008