VLOOKUP problem (N/A error)

raulduke

New Member
Joined
Nov 5, 2011
Messages
2
I am trying to create a VLOOKUP function to display a letter grade corresponding to a student's GPA. I entered the lookup value as the GPA, the array as the data table with letter grades and their corresponding values, and the column index as 1 as that is where the letter grades are located in the array. I keep getting N/A errors when I execute the function. I am following a video tutorial exactly, and where the tutorial gets a letter grade, I just get an error. Here are screenshots with my function. The lookup is on worksheet 1 and the array is on sheet 2 (lookup).

http://i.imgur.com/RGdNn.jpg
http://i.imgur.com/Ox4MU.jpg
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi and Welcome to the Board
I can't see the pictures very clearly, might be my access, but
Shouldn't your formula be:
Code:
=VLOOKUP(Exercise1!B13,D20:E24,1,FALSE)
You didn't reference the other sheet
 
Upvote 0
Thanks for the point out on the posting DonkeyOte
 
Upvote 0
Hi and Welcome to the Board
I can't see the pictures very clearly, might be my access, but
Shouldn't your formula be:
Code:
=VLOOKUP(Exercise1!B13,D20:E24,1,FALSE)
You didn't reference the other sheet

I tried that but it still gets an N/A error
 
Upvote 0

Forum statistics

Threads
1,214,865
Messages
6,121,988
Members
449,060
Latest member
mtsheetz

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top