Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default HLOOKUP problems

I'm having trouble with my HLOOKUP.

=HLOOKUP(E7, 'DATA'!C2:X62, 5, FALSE)

The lookup_value (E7) is a reference to a date. The date format is
yyyy/mm/dd which is determind by the table_array.

I have changed the date by cell-formatting it so it appears 2008/06/23
(the cell is a a formula). This returns #N/A

When the lookup_value cell (E7) a direct reference to the lookup table
(='DATA'!C2) it returns the correct value.

Both methods appear as "2008/06/23".

Why when i type in a date (2008/06/23) does the HLOOKUP not return a
value?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default HLOOKUP problems

Try with range look up as true.

=HLOOKUP(E7, 'DATA'!C2:X62, 5, TRUE)

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
aauugghhh...#div/o problems & various average formula problems acbel40 Excel Worksheet Functions 5 October 19th 09 05:00 PM
hlookup mtitanium Excel Worksheet Functions 2 July 28th 08 01:48 PM
Problems with Hlookup Danie Excel Programming 5 June 9th 08 02:49 PM
Problems with HLOOKUP and VLOOKUP Frank Excel Discussion (Misc queries) 1 March 15th 07 08:34 AM
Problems with HLOOKUP and VLOOKUP Frank Excel Worksheet Functions 1 March 15th 07 08:32 AM


All times are GMT +1. The time now is 09:35 PM.

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"