Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default How to use VLookup with a range of numbers?

Hi I'm trying to solve this problem I have and could use some help, I was
wondering if its possible to use VLookup to check through a range of data in
one cell, ex: 89-100 or 71-74. But I'm not sure if there is a way to make
excel understand FROM 89 TO 100 0r 71 TO 74. (Yes I've just started learning
excel on my own)

This is the problem I'm trying to solve:

To calculate the data in the 20 Point Scale column, enter a formula that
converts each students Final Percentage to a number grade on the 20 Point
Scale as outlined below:-

80% and above = 1
75-79% = 2
71-74% = 3
70% = 4
67-69% = 5
64-66% = 6
61-63% = 7
60% = 8
57-59% = 9
54-56% = 10
51-53% = 11
50% = 12
47-49% = 13
44-46% = 14
41-43% = 15
40% = 16
35-39% = 17
30-34% = 18
20-29% = 19
0-19% = 20

The formula used to calculate the 20 Point Scale grades should accomplish
the following:-
 If a student has 0 for their Final Percentage, they should automatically
receive an X in the 20 Point Scale column (use an IF function to accomplish
this).
 Otherwise, students grades are calculated using the scale in the table
above (use the VLOOKUP function to accomplish this).
 The formula must use cell references. You must not use numbers or text
inside any of the formulas or functions on the worksheet.
 Create additional tables in the worksheet to accomplish this.

Hint: Create a table for the 20-point scale in a separate area of the
worksheet and use the VLOOKUP function to convert the final percentage to the
correct number on the 20-point scale. You will need to set up the correct
breakpoints in this table in order for the VLOOKUP function to work.

Would love some help or a helpful link,
Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default How to use VLookup with a range of numbers?

Create a lookup table like this:

A B
0 20
20 19
30 18
35 17
and so on...

then use VLOOKUP function


"Snake" wrote:

Hi I'm trying to solve this problem I have and could use some help, I was
wondering if its possible to use VLookup to check through a range of data in
one cell, ex: 89-100 or 71-74. But I'm not sure if there is a way to make
excel understand FROM 89 TO 100 0r 71 TO 74. (Yes I've just started learning
excel on my own)

This is the problem I'm trying to solve:

To calculate the data in the 20 Point Scale column, enter a formula that
converts each students Final Percentage to a number grade on the 20 Point
Scale as outlined below:-

80% and above = 1
75-79% = 2
71-74% = 3
70% = 4
67-69% = 5
64-66% = 6
61-63% = 7
60% = 8
57-59% = 9
54-56% = 10
51-53% = 11
50% = 12
47-49% = 13
44-46% = 14
41-43% = 15
40% = 16
35-39% = 17
30-34% = 18
20-29% = 19
0-19% = 20

The formula used to calculate the 20 Point Scale grades should accomplish
the following:-
 If a student has 0 for their Final Percentage, they should automatically
receive an X in the 20 Point Scale column (use an IF function to accomplish
this).
 Otherwise, students grades are calculated using the scale in the table
above (use the VLOOKUP function to accomplish this).
 The formula must use cell references. You must not use numbers or text
inside any of the formulas or functions on the worksheet.
 Create additional tables in the worksheet to accomplish this.

Hint: Create a table for the 20-point scale in a separate area of the
worksheet and use the VLOOKUP function to convert the final percentage to the
correct number on the 20-point scale. You will need to set up the correct
breakpoints in this table in order for the VLOOKUP function to work.

Would love some help or a helpful link,
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How to use VLookup with a range of numbers?

Would love some help or a helpful link

http://contextures.com/xlFunctions02.html

--
Biff
Microsoft Excel MVP


"Snake" wrote in message
...
Hi I'm trying to solve this problem I have and could use some help, I was
wondering if its possible to use VLookup to check through a range of data
in
one cell, ex: 89-100 or 71-74. But I'm not sure if there is a way to make
excel understand FROM 89 TO 100 0r 71 TO 74. (Yes I've just started
learning
excel on my own)

This is the problem I'm trying to solve:

To calculate the data in the 20 Point Scale column, enter a formula that
converts each student's Final Percentage to a number grade on the 20 Point
Scale as outlined below:-

80% and above = 1
75-79% = 2
71-74% = 3
70% = 4
67-69% = 5
64-66% = 6
61-63% = 7
60% = 8
57-59% = 9
54-56% = 10
51-53% = 11
50% = 12
47-49% = 13
44-46% = 14
41-43% = 15
40% = 16
35-39% = 17
30-34% = 18
20-29% = 19
0-19% = 20

The formula used to calculate the 20 Point Scale grades should accomplish
the following:-
? If a student has "0" for their Final Percentage, they should
automatically
receive an "X" in the 20 Point Scale column (use an IF function to
accomplish
this).
? Otherwise, students' grades are calculated using the scale in the table
above (use the VLOOKUP function to accomplish this).
? The formula must use cell references. You must not use numbers or text
inside any of the formulas or functions on the worksheet.
? Create additional tables in the worksheet to accomplish this.

Hint: Create a table for the 20-point scale in a separate area of the
worksheet and use the VLOOKUP function to convert the final percentage to
the
correct number on the 20-point scale. You will need to set up the correct
breakpoints in this table in order for the VLOOKUP function to work.

Would love some help or a helpful link,
Thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default How to use VLookup with a range of numbers?

Thanks folks problem solved, really appreciated the help.

I'm posting a 2 more problems i got would really appreciate ur help

Thanks very much
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
two columns range of numbers need to list all numbers in the range arsovat New Users to Excel 2 October 30th 06 08:21 PM
split range of numbers in two columns to as many as numbers in ran arsovat Excel Discussion (Misc queries) 2 October 30th 06 03:57 PM
vlookup returns #N/A if value contains letters and range numbers checkQ Excel Discussion (Misc queries) 11 September 2nd 06 09:49 PM
VLOOKUP should compare numbers stored as text to plain numbers. VLOOKUP - Numbers stored as text Excel Worksheet Functions 0 March 31st 06 05:53 PM
Count comma separated numbers, numbers in a range with dash, not t Mahendra Excel Discussion (Misc queries) 0 August 8th 05 05:56 PM


All times are GMT +1. The time now is 07:57 AM.

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

About Us

"It's about Microsoft Excel"