jmartin2178
New Member
- Joined
- Jun 10, 2019
- Messages
- 14
I am looking to pull in the the Title from another spreadsheet in the excel document based on the data matching. Hopefully below will help explain a little bit better.?. Is this possible to achieve?
Main Spreadsheet:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]AG[/TD]
[TD="align: center"]AH[/TD]
[/TR]
[TR]
[TD="align: center"]User Story ID[/TD]
[TD="align: center"]User Story Title[/TD]
[/TR]
[TR]
[TD="align: center"]12345[/TD]
[TD="align: center"]This is My Title[/TD]
[/TR]
</tbody>[/TABLE]
"Defect to User Story" Spreadsheet located on another tab in same excel file
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]ID[/TD]
[TD="align: center"]Title[/TD]
[/TR]
[TR]
[TD="align: center"]12345[/TD]
[TD="align: center"]This is My Title[/TD]
[/TR]
</tbody>[/TABLE]
Main Spreadsheet:
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]AG[/TD]
[TD="align: center"]AH[/TD]
[/TR]
[TR]
[TD="align: center"]User Story ID[/TD]
[TD="align: center"]User Story Title[/TD]
[/TR]
[TR]
[TD="align: center"]12345[/TD]
[TD="align: center"]This is My Title[/TD]
[/TR]
</tbody>[/TABLE]
- Need to use data in column AG (User Story ID) and match to data in separate spreadsheet (Defect to User Story) column A and if matches pull in the Title from the separate spreadsheet (Defect to User Story) column C into the Main Spreadsheet column AH.
"Defect to User Story" Spreadsheet located on another tab in same excel file
[TABLE="class: grid, width: 300, align: left"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD="align: center"]ID[/TD]
[TD="align: center"]Title[/TD]
[/TR]
[TR]
[TD="align: center"]12345[/TD]
[TD="align: center"]This is My Title[/TD]
[/TR]
</tbody>[/TABLE]