Hi
I have a table of 16087 rows and 7 columns. and im strugling with similer names in column A and Vlookup that picks the first hit.
This is a dogbreed that have dogs with simple names and i want to pick right father/mother combinations based on age and probability to puppies.
Now i have these lookups in place
=VLOOKUP(D2;$A$2:$B$9;2;FALSE) "Father"
=VLOOKUP(F2;$A$2:$B$9;2;FALSE) "mother"
I have there names but i like to also add Reg nr
my table looks like this and are sorted on "Born" the date the puppies where born :
[TABLE="width: 1050"]
<colgroup><col span="7"></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Reg_Name[/TD]
[TD]Reg_Father[/TD]
[TD]Father[/TD]
[TD]Reg_Mother[/TD]
[TD]Mother[/TD]
[TD]Born[/TD]
[/TR]
[TR]
[TD]Father one[/TD]
[TD]IS00000/00[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]12.06.1986[/TD]
[/TR]
[TR]
[TD]Mother one[/TD]
[TD]IS00[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]12.06.1987[/TD]
[/TR]
[TR]
[TD]Father two[/TD]
[TD]IS00000/01[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]24.06.1988[/TD]
[/TR]
[TR]
[TD]Father one[/TD]
[TD]IS0001/12[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS00[/TD]
[TD]mother one[/TD]
[TD="align: right"]01.01.2012[/TD]
[/TR]
[TR]
[TD]Mother two[/TD]
[TD]IS0001/13[/TD]
[TD]IS00000/01[/TD]
[TD]Father two[/TD]
[TD]IS00[/TD]
[TD]mother one[/TD]
[TD="align: right"]01.02.2013[/TD]
[/TR]
[TR]
[TD]puppy 1[/TD]
[TD]VIH 155[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
[TR]
[TD]puppy 2[/TD]
[TD]VIH 156[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
[TR]
[TD]puppy 3[/TD]
[TD]VIH 157[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
</tbody>[/TABLE]
what i want is to pick the right "father_one" with the age nearest to the puppies but still older than the puppies (and with a age differanse less than 14 years had been nice to have)
Is there any functions i can combine to get this to work?
hope someone has any idee so i can get past this problem
br
Jimmy
I have a table of 16087 rows and 7 columns. and im strugling with similer names in column A and Vlookup that picks the first hit.
This is a dogbreed that have dogs with simple names and i want to pick right father/mother combinations based on age and probability to puppies.
Now i have these lookups in place
=VLOOKUP(D2;$A$2:$B$9;2;FALSE) "Father"
=VLOOKUP(F2;$A$2:$B$9;2;FALSE) "mother"
I have there names but i like to also add Reg nr
my table looks like this and are sorted on "Born" the date the puppies where born :
[TABLE="width: 1050"]
<colgroup><col span="7"></colgroup><tbody>[TR]
[TD]Name[/TD]
[TD]Reg_Name[/TD]
[TD]Reg_Father[/TD]
[TD]Father[/TD]
[TD]Reg_Mother[/TD]
[TD]Mother[/TD]
[TD]Born[/TD]
[/TR]
[TR]
[TD]Father one[/TD]
[TD]IS00000/00[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]12.06.1986[/TD]
[/TR]
[TR]
[TD]Mother one[/TD]
[TD]IS00[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]12.06.1987[/TD]
[/TR]
[TR]
[TD]Father two[/TD]
[TD]IS00000/01[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD="align: center"]#N/A[/TD]
[TD]not known[/TD]
[TD="align: right"]24.06.1988[/TD]
[/TR]
[TR]
[TD]Father one[/TD]
[TD]IS0001/12[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS00[/TD]
[TD]mother one[/TD]
[TD="align: right"]01.01.2012[/TD]
[/TR]
[TR]
[TD]Mother two[/TD]
[TD]IS0001/13[/TD]
[TD]IS00000/01[/TD]
[TD]Father two[/TD]
[TD]IS00[/TD]
[TD]mother one[/TD]
[TD="align: right"]01.02.2013[/TD]
[/TR]
[TR]
[TD]puppy 1[/TD]
[TD]VIH 155[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
[TR]
[TD]puppy 2[/TD]
[TD]VIH 156[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
[TR]
[TD]puppy 3[/TD]
[TD]VIH 157[/TD]
[TD]IS00000/00[/TD]
[TD]Father one[/TD]
[TD]IS0001/13[/TD]
[TD]mother two[/TD]
[TD="align: right"]01.04.2015[/TD]
[/TR]
</tbody>[/TABLE]
what i want is to pick the right "father_one" with the age nearest to the puppies but still older than the puppies (and with a age differanse less than 14 years had been nice to have)
Is there any functions i can combine to get this to work?
hope someone has any idee so i can get past this problem
br
Jimmy