S
Smudger
Can you please help?
I am trying to connect 2 tables eg.
Table1
Name Sales Percentage
Mr A 1.25
Mr B 2.4
Mr C 1.75
Mr D 1.5
Mr E 2
Table 2
Sales Percentage Bonus
1 10
1.5 12
2 15
2.5 17
I want to connect the 2 tables on Sales Percentage and
return Name and Bonus amount but as you can see the
figures on Sales Percentage are not exact matches.
Is there anything I can do to make table 1 look for
the "Nearest Match" in Table 2
Kind Regards
Smudger
I am trying to connect 2 tables eg.
Table1
Name Sales Percentage
Mr A 1.25
Mr B 2.4
Mr C 1.75
Mr D 1.5
Mr E 2
Table 2
Sales Percentage Bonus
1 10
1.5 12
2 15
2.5 17
I want to connect the 2 tables on Sales Percentage and
return Name and Bonus amount but as you can see the
figures on Sales Percentage are not exact matches.
Is there anything I can do to make table 1 look for
the "Nearest Match" in Table 2
Kind Regards
Smudger