Results 1 to 4 of 4

VLOOKUP for a range?

Threaded View

JohnLayne VLOOKUP for a range? 06-02-2010, 11:10 AM
NBVC Re: VLOOKUP for a range? 06-02-2010, 11:36 AM
JeffCPA Re: VLOOKUP for a range? 06-02-2010, 11:40 AM
Fcroft Re: VLOOKUP for a range? 06-02-2010, 11:49 AM
  1. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: VLOOKUP for a range?

    Try:

    =VLOOKUP(CEILING(ABS(A2),10)*SIGN(A2),$D$2:$E$10,2,FALSE)

    copied down.

    If you rearrange table so it is in ascending numerical order from -40 to +40, then you can be more efficient with:

    =VLOOKUP(CEILING(ABS(A2),10)*SIGN(A2),$D$2:$E$10,2)
    Last edited by NBVC; 06-02-2010 at 11:39 AM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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