I have a list of gene ID in two subsequent columns, we can not shuffle the order of gene id as they are duplicated pairs and we want to insert chromosomal location from another sheet.
Example: sheet1
listA list B
gene2 gene4
gene10 gene19
gene17 gene20
........... ............
Sheet2
Start End
chromosome1 10234 10692 gene2
chromosome1 20786 21344 gene17
......................................................... .........................................................
Now I want Start and end position of list A genes in that order.
Please help me this.
Thank you @WouterDeCoster i got the desired result.
Glad to help. I moved my comment to an answer so you can accept it and mark this question as solved.