VinodKrishnappa
New Member
- Joined
- Aug 6, 2016
- Messages
- 31
Hi, I've situation like this.
In "Data" sheet i'll have data like below list
[TABLE="width: 527"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Emp. No
[/TD]
[TD]Name[/TD]
[TD]Category[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]12236[/TD]
[TD]ABCD[/TD]
[TD]Telephone
[/TD]
[TD]$2100
[/TD]
[/TR]
[TR]
[TD]12243[/TD]
[TD]EFGH[/TD]
[TD]Medical[/TD]
[TD]$4200
[/TD]
[/TR]
[TR]
[TD]12256[/TD]
[TD]IJKL[/TD]
[TD]Telephone[/TD]
[TD]$1566
[/TD]
[/TR]
</tbody>[/TABLE]
The above data should come in the following format in different .pdf for each employee based on emp. no. wise. The format will be in next sheet as sheet name "Format", which contains vlookup formula based on emp. no.
[TABLE="width: 221"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Employee No.[/TD]
[TD]12243
[/TD]
[/TR]
[TR]
[TD]Employee Name
[/TD]
[TD]EFGH
[/TD]
[/TR]
[TR]
[TD]Medical
[/TD]
[TD]$4,200
[/TD]
[/TR]
[TR]
[TD]Telephone[/TD]
[TD]$0
[/TD]
[/TR]
[TR]
[TD]LTA[/TD]
[TD]%0
[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]$4,200
[/TD]
[/TR]
</tbody>[/TABLE]
Amount in Words Four Thousand Two Hundred
The data will be for more than 400 emp. i need to provide individual pdf to individual emp. based on the emp. no. Please help on this.
In "Data" sheet i'll have data like below list
[TABLE="width: 527"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Emp. No
[/TD]
[TD]Name[/TD]
[TD]Category[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]12236[/TD]
[TD]ABCD[/TD]
[TD]Telephone
[/TD]
[TD]$2100
[/TD]
[/TR]
[TR]
[TD]12243[/TD]
[TD]EFGH[/TD]
[TD]Medical[/TD]
[TD]$4200
[/TD]
[/TR]
[TR]
[TD]12256[/TD]
[TD]IJKL[/TD]
[TD]Telephone[/TD]
[TD]$1566
[/TD]
[/TR]
</tbody>[/TABLE]
The above data should come in the following format in different .pdf for each employee based on emp. no. wise. The format will be in next sheet as sheet name "Format", which contains vlookup formula based on emp. no.
[TABLE="width: 221"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Employee No.[/TD]
[TD]12243
[/TD]
[/TR]
[TR]
[TD]Employee Name
[/TD]
[TD]EFGH
[/TD]
[/TR]
[TR]
[TD]Medical
[/TD]
[TD]$4,200
[/TD]
[/TR]
[TR]
[TD]Telephone[/TD]
[TD]$0
[/TD]
[/TR]
[TR]
[TD]LTA[/TD]
[TD]%0
[/TD]
[/TR]
[TR]
[TD]Total[/TD]
[TD]$4,200
[/TD]
[/TR]
</tbody>[/TABLE]
Amount in Words Four Thousand Two Hundred
The data will be for more than 400 emp. i need to provide individual pdf to individual emp. based on the emp. no. Please help on this.