Hello:
I am using the following formula on my report:
Works well, unless I have the reference sheet has multiple rows with the same look up value ie:
So when I look up the data on the return sheet it looks like this
How can I modify my Index/Match formula to return the values exactly as my reference table?
I am using the following formula on my report:
Code:
=INDEX('Open Leave Report'!$P:$P,MATCH(D2,'Open Leave Report'!$C:$C,0))
Works well, unless I have the reference sheet has multiple rows with the same look up value ie:
Code:
Column C Column P
[TABLE="width: 361"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]
DVX46J6K[/TD]
[TD][/TD]
[TD="align: right"]6/1/2018[/TD]
[/TR]
[TR]
[TD]DVX46J6K[/TD]
[TD]Y[/TD]
[TD="align: right"]6/29/2018[/TD]
[/TR]
[TR]
[TD]DVX46J6K[/TD]
[TD]Y[/TD]
[TD="align: right"]8/24/2018[/TD]
[/TR]
</tbody>[/TABLE]
So when I look up the data on the return sheet it looks like this
Code:
[TABLE="width: 361"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]DVX46J6K[/TD]
[TD][/TD]
[TD="align: right"]6/1/2018[/TD]
[/TR]
[TR]
[TD]DVX46J6K[/TD]
[TD][/TD]
[TD="align: right"]6/1/2018[/TD]
[/TR]
[TR]
[TD]DVX46J6K[/TD]
[TD][/TD]
[TD="align: right"]6/1/2018[/TD]
[/TR]
</tbody>[/TABLE]
How can I modify my Index/Match formula to return the values exactly as my reference table?