C
cpliu
Example:
date project name stage
=============================
1/2/2010 project 1 development
1/4/2010 project 2 design
1/22/2010 project 1 test
2/1/2010 project 1 production
Using the example above, I'd like to pick up the first (and the last
if possible) occurance in Date of project 1 in test and production.
Use index formula below, I can only match one criterion but not 1.
=INDEX($A$2:$A$2045,MATCH(A8,$B$2:$B$2045,0))
A8 is project 1
How can add C column into the mix?
Thanks for the help,
date project name stage
=============================
1/2/2010 project 1 development
1/4/2010 project 2 design
1/22/2010 project 1 test
2/1/2010 project 1 production
Using the example above, I'd like to pick up the first (and the last
if possible) occurance in Date of project 1 in test and production.
Use index formula below, I can only match one criterion but not 1.
=INDEX($A$2:$A$2045,MATCH(A8,$B$2:$B$2045,0))
A8 is project 1
How can add C column into the mix?
Thanks for the help,