Thread: Hlookup
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
Domenic Domenic is offline
external usenet poster
 
Posts: 256
Default Hlookup

Maybe there's a mismatch in the data type between the lookup value in A1
and the lookup range in A21:AP21. Let's say A1 contains 2007 and F21
contains 2007, what does the following return?

=A1=F21

In article ,
Duplatt wrote:

Thank you Domenic.
Tried the formula. returns "out of range" regardless of what numbers are in
$a$1.
$a$1 is 2007 -- current year, on sheet 2
Sheet1!$a$21:$ap$41 are years from 2002 to 2042
would appreciate any help
Duane