#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default hlookup

hello community
I setted up a table in this manner:

col = B C D E F
Row = 2 Mark 100 90 80 70
3 Grade a b c d
4
5 Mark 100
6 Grade d (lookup
result base on E5)

when I use the =hlookup(E5,C2:F3,2), I have the Grade = "d" ? can community

help to explain to me what is happening to my "hlookup()" ?

thanks community for explaining

:)




--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
Nav Nav is offline
external usenet poster
 
Posts: 43
Default hlookup

I have this to be a problem also. If you reformat in ascending order ie...70
80 90 100 etc.. and re-try I think you will find that it will solve the
problem if you use:
=HLOOKUP(e5,C2:f3,2,TRUE)

Alternatively you can use:

=INDEX(C2:f3,2,MATCH(C5,C2:f2,0))

Hope this helps.



"tikchye_oldLearner57" wrote:

hello community
I setted up a table in this manner:

col = B C D E F
Row = 2 Mark 100 90 80 70
3 Grade a b c d
4
5 Mark 100
6 Grade d (lookup
result base on E5)

when I use the =hlookup(E5,C2:F3,2), I have the Grade = "d" ? can community

help to explain to me what is happening to my "hlookup()" ?

thanks community for explaining

:)




--
oldLearner57

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default hlookup

I believe all you need to do is edit your formula to include the range
lookup, result should be =HLOOKUP(E5,C2:F3,2,FALSE)

If the range lookup is FALSE you will find an exact match on your lookup
value. If the range lookup is TRUE or omitted it will return an approximate
match to your lookup value.

Hope this helps

"tikchye_oldLearner57" wrote:

hello community
I setted up a table in this manner:

col = B C D E F
Row = 2 Mark 100 90 80 70
3 Grade a b c d
4
5 Mark 100
6 Grade d (lookup
result base on E5)

when I use the =hlookup(E5,C2:F3,2), I have the Grade = "d" ? can community

help to explain to me what is happening to my "hlookup()" ?

thanks community for explaining

:)




--
oldLearner57

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default hlookup

thanks "thard" for the explaination

:) much appreciated
--
oldLearner57


"thard" wrote:

I believe all you need to do is edit your formula to include the range
lookup, result should be =HLOOKUP(E5,C2:F3,2,FALSE)

If the range lookup is FALSE you will find an exact match on your lookup
value. If the range lookup is TRUE or omitted it will return an approximate
match to your lookup value.

Hope this helps

"tikchye_oldLearner57" wrote:

hello community
I setted up a table in this manner:

col = B C D E F
Row = 2 Mark 100 90 80 70
3 Grade a b c d
4
5 Mark 100
6 Grade d (lookup
result base on E5)

when I use the =hlookup(E5,C2:F3,2), I have the Grade = "d" ? can community

help to explain to me what is happening to my "hlookup()" ?

thanks community for explaining

:)




--
oldLearner57

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 77
Default hlookup

thanks "Nav" for the explaination much appreaciated :)
--
oldLearner57


"Nav" wrote:

I have this to be a problem also. If you reformat in ascending order ie...70
80 90 100 etc.. and re-try I think you will find that it will solve the
problem if you use:
=HLOOKUP(e5,C2:f3,2,TRUE)

Alternatively you can use:

=INDEX(C2:f3,2,MATCH(C5,C2:f2,0))

Hope this helps.



"tikchye_oldLearner57" wrote:

hello community
I setted up a table in this manner:

col = B C D E F
Row = 2 Mark 100 90 80 70
3 Grade a b c d
4
5 Mark 100
6 Grade d (lookup
result base on E5)

when I use the =hlookup(E5,C2:F3,2), I have the Grade = "d" ? can community

help to explain to me what is happening to my "hlookup()" ?

thanks community for explaining

:)




--
oldLearner57

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 and hlookup hotelmasters Excel Worksheet Functions 4 August 15th 06 08:41 PM
Problem with HLookup - Sometimes works, sometimes blank. Regnab Excel Discussion (Misc queries) 3 May 22nd 06 04:09 AM
Index / Hlookup Pamela Creighton Excel Worksheet Functions 1 February 5th 06 07:22 PM
Cell contents as the 'lookup value' parameter in HLOOKUP function EMarre Excel Discussion (Misc queries) 3 August 30th 05 03:49 PM
Need help with HLOOKUP and MATCH functions BEAR94 Excel Worksheet Functions 1 August 12th 05 05:36 AM


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