I just can't get it to work. It always gives N/A. The help file says:
"Lookup_value is the value to be found in the first column of the array. Lookup_value can be a value, a reference, or a text string"
Ok, so a column containing values that will be used to reference other columns...
"Table_array is the table of information in which data is looked up. Use a reference to a range or a range name, such as Database or List"
Array?
(array: Used to build single formulas that produce multiple results or that operate on a group of arguments that are arranged in rows and columns. An array range shares a common formula; an array constant is a group of constants used as an argument.)
But whether the array could also just be categorical variables? Because in my dataset one variable is not the 'function' of the other in a mathematical sense.
I have two columns B and C that contain data to be referenced by A. Essentially:
A is related to B
B is related to C
I want the formula to lookup each value in A, find a match in B, then give me the value that appears beside B in C. Is this possible with V-Lookup, or should I be using something else?
Thanks in advance.
confused, it is better that you give a sample file
G'day,
If you are unable to post your information online have I look at a upload file I posted with a number of examples within that file.
http://www.excelforum.com/excel-gene...m-vlookup.html
Look at file example in post number 8
HTH
Have I made you happy ??? If yes, please make me happy by pressing the Reputation icon in my post.
Please don't forget to do the same to other contributors of this forum.
Thanks
I don't void confusion, I create it
thanks for your reply. i tried using the examples you gave but it produced #VALUE
i have attached a spreadsheet with the data for you to take a look at.
cheers
You're Lookup values are Numbers, and the table contains Text so try
See link for more=VLOOKUP((A2&""),$B$2:$C$75,2,FALSE)
http://www.contextures.com/xlFunctions02.html#Trouble
VBA Noob
Last edited by VBA Noob; 09-07-2008 at 04:59 PM.
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Good man! That worked perfectly!
Thanks for the link too
Cheers
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks