Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-13-2014, 03:54 PM
dmccrar dmccrar is offline VLOOKUP is dependent up IF function Windows 7 64bit VLOOKUP is dependent up IF function Office 2010 64bit
Novice
VLOOKUP is dependent up IF function
 
Join Date: Sep 2014
Posts: 1
dmccrar is on a distinguished road
Default VLOOKUP is dependent up IF function

I am trying to Get a Letter grade via a VLOOKUP function.
Example:



Total points possible: 75 My test results: 63 Percentage: 84% Letter Grade (B) I get #N/A


Formula for Percentage
=IF(C10="","",IF(C10=>0,+(C10/B10)*100))

Formula for Letter Grade
=VLOOKUP(D10,$b$55:$C$66,1,TRUE)
Reply With Quote
  #2  
Old 09-13-2014, 11:47 PM
macropod's Avatar
macropod macropod is offline VLOOKUP is dependent up IF function Windows 7 64bit VLOOKUP is dependent up IF function Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Please don't post the same question multiple times - and don't post Excel questions in the Word forum. I've deleted your duplicate.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 09-14-2014, 09:51 AM
excelledsoftware excelledsoftware is offline VLOOKUP is dependent up IF function Windows 7 64bit VLOOKUP is dependent up IF function Office 2003
IT Specialist
 
Join Date: Jan 2012
Location: Utah
Posts: 455
excelledsoftware will become famous soon enough
Default

Looking at your vlookup formula the issue appears that you have not given enough possibilities to calculate your score. Formula for Letter Grade
=VLOOKUP(D10,$b$55:$C$66,1,TRUE)
B55 to C66 is only 11 possibilities but if you have scores ranging from 10% to 100% you will need a lot more. Also the lookup is looking in column 1 when I think it should be looking for the 2nd column.
I think if you fix up your range with the scores and then change your vlookup to
Code:
Formula for Letter Grade
=VLOOKUP(D10,$B$55:$C$146,2,0)
You would get much better results. If this dosnt quite make sense. Post a sample book and it can be fixed pretty quickly.

Thanks

EDIT:
Sorry I just reread that the score could go up to 75 points not 100 so that would need to be adjusted.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP is dependent up IF function Using If and Vlookup Function jassi.mgg@gmail.com Excel 5 03-16-2014 01:47 AM
Using vlookup with the IF function CSzoke Excel 11 06-01-2013 10:56 PM
Auditing Dependent Cells WildBill Excel 2 09-07-2011 10:14 AM
VLOOKUP is dependent up IF function Is this possible using the Vlookup or any other function? Delson Excel 4 02-08-2010 01:27 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:33 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft