Hi
I have two worksheets, Unique Donors & Donations. I've assigned a unique alphanumeric code to each Donor and need to return that value against their Donations. VLOOKUP returns the first 3 values bu when it comes to a repeated value it stops. Amy help here much appreciated
Unique Donors
[TABLE="width: 926"]
<tbody>[TR]
[TD]A Zorbas[/TD]
[TD]DONIT001[/TD]
[/TR]
[TR]
[TD]ACM[/TD]
[TD]DONIT002[/TD]
[/TR]
[TR]
[TD]Nielsen[/TD]
[TD]DONIT003[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD]DONIT004[/TD]
[/TR]
</tbody>[/TABLE]
Donations
[TABLE="width: 737"]
<tbody>[TR]
[TD]A Zorbas[/TD]
[TD]DONIT001[/TD]
[/TR]
[TR]
[TD]ACM[/TD]
[TD]DONIT002[/TD]
[/TR]
[TR]
[TD]Nielsen[/TD]
[TD]DONIT003[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD]DONIT004[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
I only know the most basic VLOOKUP and using=VLOOKUP(A2,'Unique Donors'!A2:B533,2,FALSE)
I have two worksheets, Unique Donors & Donations. I've assigned a unique alphanumeric code to each Donor and need to return that value against their Donations. VLOOKUP returns the first 3 values bu when it comes to a repeated value it stops. Amy help here much appreciated
Unique Donors
[TABLE="width: 926"]
<tbody>[TR]
[TD]A Zorbas[/TD]
[TD]DONIT001[/TD]
[/TR]
[TR]
[TD]ACM[/TD]
[TD]DONIT002[/TD]
[/TR]
[TR]
[TD]Nielsen[/TD]
[TD]DONIT003[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD]DONIT004[/TD]
[/TR]
</tbody>[/TABLE]
Donations
[TABLE="width: 737"]
<tbody>[TR]
[TD]A Zorbas[/TD]
[TD]DONIT001[/TD]
[/TR]
[TR]
[TD]ACM[/TD]
[TD]DONIT002[/TD]
[/TR]
[TR]
[TD]Nielsen[/TD]
[TD]DONIT003[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD]DONIT004[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
[TR]
[TD]Action Global[/TD]
[TD="align: center"]#N/A[/TD]
[/TR]
</tbody>[/TABLE]
I only know the most basic VLOOKUP and using=VLOOKUP(A2,'Unique Donors'!A2:B533,2,FALSE)