• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

vlookup question [SOLVED]

rahulsharma012

New Member
i am not getting correct result in c2 column and down using vlookup approach instead of if condition.below is the link for file.


http://www.fileconvoy.com/dfl.php?id=gab0329ab80a475c1999307434d4c78545a2825501


Regards,

Rahul
 
hi,


first two have to sort the marks in ascending order for example like this


marks grade

20 f

50 c

70 b

90 a


and try this formula =VLOOKUP(B2,$E$1:$F$5,2,1)
 
Back
Top