VLOOKUP doesn't return values when cell is text and has duplicates

Daithi

New Member
Joined
Feb 28, 2014
Messages
15
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

A ZorbasDONIT001
ACMDONIT002
NielsenDONIT003
Action GlobalDONIT004

<tbody>
</tbody>

Donations

A ZorbasDONIT001
ACMDONIT002
NielsenDONIT003
Action GlobalDONIT004
Action Global#N/A
Action Global#N/A
Action Global#N/A
Action Global#N/A

<tbody>
</tbody>


I only know the most basic VLOOKUP and using=VLOOKUP(A2,'Unique Donors'!A2:B533,2,FALSE)
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
You need to absolute the cells in the lookup range

'Unique Donors'!$A$2:$B$533
 
Upvote 0
Brilliant!!! :) I won't pretend to know what "Absolute" means. That's my homework, Really, really appreciate the speedy reply
 
Upvote 0
It just fixes then into position so they dont change when you drag the formula down. The fact they will change if not absoluted was your problem.
 
Upvote 0

Forum statistics

Threads
1,215,509
Messages
6,125,215
Members
449,215
Latest member
texmansru47

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top