Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Vicky
 
Posts: n/a
Default Vlookup student grades

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks
  #2   Report Post  
Niek Otten
 
Posts: n/a
Default

Hi Vicky.

Is there a space between B and + in your table?

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Vicky" wrote in message
...
Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not
sure
what I am doing wrong. I have a list of grades for students A, A-, B+,
B-,
etc. and I have a list of corresponding number grades in column 2. I
named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks



  #3   Report Post  
Vicky
 
Posts: n/a
Default

No, there isn't. Should there be? I dont think so. I will try.

"Niek Otten" wrote:

Hi Vicky.

Is there a space between B and + in your table?

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Vicky" wrote in message
...
Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not
sure
what I am doing wrong. I have a list of grades for students A, A-, B+,
B-,
etc. and I have a list of corresponding number grades in column 2. I
named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks




  #4   Report Post  
Duke Carey
 
Posts: n/a
Default

At the end of your Vlookup, add a ",0)"

=vlookup("B+", table, 2 , 0)

"Vicky" wrote:

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks

  #5   Report Post  
Vicky
 
Posts: n/a
Default

Hi Duke,
What does that do? Does a 0 indicate that it must be an exact match?

Thank you, it worked.

Vicky

"Duke Carey" wrote:

At the end of your Vlookup, add a ",0)"

=vlookup("B+", table, 2 , 0)

"Vicky" wrote:

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks



  #6   Report Post  
Duke Carey
 
Posts: n/a
Default

Vicky - You're right - it forces an exact match.

"Vicky" wrote:

Hi Duke,
What does that do? Does a 0 indicate that it must be an exact match?

Thank you, it worked.

Vicky

"Duke Carey" wrote:

At the end of your Vlookup, add a ",0)"

=vlookup("B+", table, 2 , 0)

"Vicky" wrote:

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks

  #7   Report Post  
Ben
 
Posts: n/a
Default

Duke,

What is the difference between putting a "0", or "false" at the end?

--
Thanks,

Ben


"Duke Carey" wrote:

Vicky - You're right - it forces an exact match.

"Vicky" wrote:

Hi Duke,
What does that do? Does a 0 indicate that it must be an exact match?

Thank you, it worked.

Vicky

"Duke Carey" wrote:

At the end of your Vlookup, add a ",0)"

=vlookup("B+", table, 2 , 0)

"Vicky" wrote:

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks

  #8   Report Post  
Dave Peterson
 
Posts: n/a
Default

Just the spelling. Excel treats them the same.

Ben wrote:

Duke,

What is the difference between putting a "0", or "false" at the end?

--
Thanks,

Ben

"Duke Carey" wrote:

Vicky - You're right - it forces an exact match.

"Vicky" wrote:

Hi Duke,
What does that do? Does a 0 indicate that it must be an exact match?

Thank you, it worked.

Vicky

"Duke Carey" wrote:

At the end of your Vlookup, add a ",0)"

=vlookup("B+", table, 2 , 0)

"Vicky" wrote:

Hi,
Thanks in advance for your time. I am trying to resolve a problem I am
having with vlookups. I understand the concept pretty well so I am not sure
what I am doing wrong. I have a list of grades for students A, A-, B+, B-,
etc. and I have a list of corresponding number grades in column 2. I named
the table "Grades". The row pairs are; A=100, A-=95, B+=90, B=85, B-=80.

For some reason my B+ students are all getting 80. I wondered if vlookup
was case-sensitive or if it didnt recognize + and - signs but even if it
didnt, the B+ student should have an 85.

Any thoughts,
Thanks


--

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
VLOOKUP Function Neoseraph Excel Worksheet Functions 12 April 4th 05 12:21 AM
make a vlookup using a variable path Alex St-Pierre Excel Worksheet Functions 1 March 2nd 05 11:54 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
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM


All times are GMT +1. The time now is 06:25 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"