Need Better Examples for VLOOKUP and the like

B

BigJDevine

Complex functions like VLOOKUP need better examples. Specifically, all
examples shown use a multi-column cell range reference for the table that
start with a cell in column A, and the 3rd operand is the column number of
the value to be returned. If my range is c5:e18, and I specify the column
number (3rd operand) of 5 (expecting that 5 is the equivalent of column E) I
get a !REF error ... the Function is expecting that the third operand is a
column number relative to the first column in the multi-column cell range
reference (that is, in my example, c=1, d=2, e=3, as opposed to e=5, the
typical case in most cell references). I may have missed that VLOOKUPs 3rd
operand is the "relative" column number, but I don't think so.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...dg=microsoft.public.excel.worksheet.functions
 
D

DOR

I believe the best advice and education for anyone about to use the VLOOKUP
function is "Don't! Use INDEX/MATCH instead." The INDEX/MATCH combination
does not need the columnar scope of the table to be defined; it is impervious
to inserted columns, which throw the VLOOKUP function out of kilter; and it
allows look-ups of the columns to the left of the criterion or match column.
I have not used VLOOKUP in many many years and haven't missed it one bit.
Rather than explain it better, Microsoft should advise users to use
INDEX/MATCH instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top