I am making an LPO Tracker for flight tickets, with the vlookup i can take one name for each LPO number.
My problem is that i need to put multiple names with the same LPO number, unfortunately the vlookup takes only the first name and ignore the rest.
here is an example,
[TABLE="width: 200"]
<tbody>[TR]
[TD]Lpo Number[/TD]
[TD]Candidate Name[/TD]
[TD]Flight date
[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mary[/TD]
[TD]12.03[/TD]
[/TR]
[TR]
[TD]000[/TD]
[TD]Saira[/TD]
[TD]15.04[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Ahmad[/TD]
[TD]8.11[/TD]
[/TR]
[TR]
[TD]99999[/TD]
[TD]Rania[/TD]
[TD]7.02[/TD]
[/TR]
</tbody>[/TABLE]
If i make a Vlookup for LPO number (123) it will show me only Mary name and ignores Ahmad, how can i make it loop and understands that there is another name for the same LPO number that has to be shown too.
[TABLE="width: 300"]
<tbody>[TR]
[TD]Lpo Number[/TD]
[TD]Candidate Name[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Ahmad[/TD]
[/TR]
</tbody>[/TABLE]
My problem is that i need to put multiple names with the same LPO number, unfortunately the vlookup takes only the first name and ignore the rest.
here is an example,
[TABLE="width: 200"]
<tbody>[TR]
[TD]Lpo Number[/TD]
[TD]Candidate Name[/TD]
[TD]Flight date
[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mary[/TD]
[TD]12.03[/TD]
[/TR]
[TR]
[TD]000[/TD]
[TD]Saira[/TD]
[TD]15.04[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Ahmad[/TD]
[TD]8.11[/TD]
[/TR]
[TR]
[TD]99999[/TD]
[TD]Rania[/TD]
[TD]7.02[/TD]
[/TR]
</tbody>[/TABLE]
If i make a Vlookup for LPO number (123) it will show me only Mary name and ignores Ahmad, how can i make it loop and understands that there is another name for the same LPO number that has to be shown too.
[TABLE="width: 300"]
<tbody>[TR]
[TD]Lpo Number[/TD]
[TD]Candidate Name[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mary[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Ahmad[/TD]
[/TR]
</tbody>[/TABLE]