Hey
So i got a wierd problem.
imagine i have a table
Col A
1
2
3
4
5
6
Col B
a
b
c
d
e
f
Col C
1
Col D
=Vlookup(C1,A:B,2)
Will give me A. Works fine right? Thats how Vlookups work.
Now consider this:
column A has over 14,000 rows; each row being unique with customer usernames; e.g. Goprenik, _._mob_._ , _L_A_D_I_ , Ect...
Column B is an integer value (floating point)
....
Everyday I get a list of values (some are in my list of 14,000, some arent)
For the users that are in the list I want the Balance.
....
I tried normal look ups and its not retrieving the right result.
however if i do countif(A:A, **username**) i do get the correct count.
IS THERE SME KIND OF LIMITATION TO VLOOKUP IM NOT AWARE OF?
Pls feel free to ask me to uload my excel file if this doesnt make sense.
Bookmarks