+ Reply to Thread
Results 1 to 3 of 3

What wrong with VLOOKUP formula

  1. #1
    TARZAN
    Guest

    What wrong with VLOOKUP formula

    I have the following formula:

    =VLOOKUP($B2,'Sheet 2'!C$1:C$771,5,'Sheet 2'!E$2:E$771)

    for this case:

    Sheet 1 Sheet 2

    A B C D A B C D
    E F G H I
    XXX ? ? ? XXX 2 1 3

    What's wrong?
    I got VALUE!


    --
    Thanks

  2. #2
    Bob Phillips
    Guest

    Re: What wrong with VLOOKUP formula

    VLOOKUP takes the form

    =VLOOKUP(value_to_lookup,range_to_lookup,column_index,exact_approximate)

    See help, you seem to be using incorrectly

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "TARZAN" <[email protected]> wrote in message
    news:[email protected]...
    > I have the following formula:
    >
    > =VLOOKUP($B2,'Sheet 2'!C$1:C$771,5,'Sheet 2'!E$2:E$771)
    >
    > for this case:
    >
    > Sheet 1 Sheet

    2
    >
    > A B C D A B C

    D
    > E F G H I
    > XXX ? ? ? XXX 2 1 3
    >
    > What's wrong?
    > I got VALUE!
    >
    >
    > --
    > Thanks




  3. #3
    Ken Wright
    Guest

    Re: What wrong with VLOOKUP formula

    Is this what you wanted?

    =VLOOKUP($B2,'Sheet 2'!C$1:E$771,3,0)

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ----------------------------------------------------------------------------
    It's easier to beg forgiveness than ask permission :-)
    ----------------------------------------------------------------------------

    "TARZAN" <[email protected]> wrote in message
    news:[email protected]...
    > I have the following formula:
    >
    > =VLOOKUP($B2,'Sheet 2'!C$1:C$771,5,'Sheet 2'!E$2:E$771)
    >
    > for this case:
    >
    > Sheet 1 Sheet

    2
    >
    > A B C D A B C

    D
    > E F G H I
    > XXX ? ? ? XXX 2 1 3
    >
    > What's wrong?
    > I got VALUE!
    >
    >
    > --
    > Thanks




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1