Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dark_snowboy
 
Posts: n/a
Default Vlookup for range, help


I have a range of values below. How do i get the Percentage to show when
i want to lookup a value of $700 from the table?

A B
Range Percent
$0 - $499 0%
$500 - $999 2%
$1000 - $1499 5%
$1500 - $1999 8%
$2000 - $2499 10%
$2500 - $2999 13%
$3000 - $3499 15%
$3500 - $3999 20%
More than $4000 25%

I know how to do the basic Vlookup for just a value, but im not sure
how to do so for a range of numbers. Please help, thanks.


--
dark_snowboy
------------------------------------------------------------------------
dark_snowboy's Profile: http://www.excelforum.com/member.php...o&userid=30466
View this thread: http://www.excelforum.com/showthread...hreadid=501317

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Govind
 
Posts: n/a
Default Vlookup for range, help

Hi,

Build your table in the following way

Minimum value Percent

0 0%
500 2% and so on

Then use =VLOOKUP(A1,RANGE,2,TRUE)

where A1 is the cell where you have $700 and Range refers to the area
where you have your reference table.

Regards

Govind.

dark_snowboy wrote:
I have a range of values below. How do i get the Percentage to show when
i want to lookup a value of $700 from the table?

A B
Range Percent
$0 - $499 0%
$500 - $999 2%
$1000 - $1499 5%
$1500 - $1999 8%
$2000 - $2499 10%
$2500 - $2999 13%
$3000 - $3499 15%
$3500 - $3999 20%
More than $4000 25%

I know how to do the basic Vlookup for just a value, but im not sure
how to do so for a range of numbers. Please help, thanks.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dark_snowboy
 
Posts: n/a
Default Vlookup for range, help


Hi I followed your steps but an error happened called: #NAME?
How do i solve it?

Thanks













Govind Wrote:
Hi,

Build your table in the following way

Minimum value Percent

0 0%
500 2% and so on

Then use =VLOOKUP(A1,RANGE,2,TRUE)

where A1 is the cell where you have $700 and Range refers to the area
where you have your reference table.

Regards

Govind.

dark_snowboy wrote:
I have a range of values below. How do i get the Percentage to show

when
i want to lookup a value of $700 from the table?

A B
Range Percent
$0 - $499 0%
$500 - $999 2%
$1000 - $1499 5%
$1500 - $1999 8%
$2000 - $2499 10%
$2500 - $2999 13%
$3000 - $3499 15%
$3500 - $3999 20%
More than $4000 25%

I know how to do the basic Vlookup for just a value, but im not sure
how to do so for a range of numbers. Please help, thanks.




--
dark_snowboy
------------------------------------------------------------------------
dark_snowboy's Profile: http://www.excelforum.com/member.php...o&userid=30466
View this thread: http://www.excelforum.com/showthread...hreadid=501317

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Vlookup for range, help

Show what you used. Remember to change Range to the address that holds the
table:

=VLOOKUP(A1,sheet2!a1:b99,2,TRUE)

dark_snowboy wrote:

Hi I followed your steps but an error happened called: #NAME?
How do i solve it?

Thanks

Govind Wrote:
Hi,

Build your table in the following way

Minimum value Percent

0 0%
500 2% and so on

Then use =VLOOKUP(A1,RANGE,2,TRUE)

where A1 is the cell where you have $700 and Range refers to the area
where you have your reference table.

Regards

Govind.

dark_snowboy wrote:
I have a range of values below. How do i get the Percentage to show

when
i want to lookup a value of $700 from the table?

A B
Range Percent
$0 - $499 0%
$500 - $999 2%
$1000 - $1499 5%
$1500 - $1999 8%
$2000 - $2499 10%
$2500 - $2999 13%
$3000 - $3499 15%
$3500 - $3999 20%
More than $4000 25%

I know how to do the basic Vlookup for just a value, but im not sure
how to do so for a range of numbers. Please help, thanks.



--
dark_snowboy
------------------------------------------------------------------------
dark_snowboy's Profile: http://www.excelforum.com/member.php...o&userid=30466
View this thread: http://www.excelforum.com/showthread...hreadid=501317


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 01:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"