hlookup help

S

stew

Hi All

What is wrong with the following formula
=HLOOKUP(Diary!$H$24,'Promoters costs and sales'!C1:DR11,11,0)

Its function is to use the date in Diary!H24, look for that date in
worksheet 'Promoters costs and sales'! range C1 Thru DR11 and when it finds
return the number in row 11

All help gratfully received

Thanks

Stew
 
S

Stefi

You ment C1:DR1, didn't you!
=HLOOKUP(Diary!$H$24,'Promoters costs and sales'!C1:DR1,11,0)
Regards,
Stefi

„stew†ezt írta:
 
J

Jacob Skaria

The lookup date should be available in the 1st row of the array. Are you sure
the lookupdate is available in row1 (C1:DR1)

If this post helps click Yes
 
F

Francis

Hi

Shouldn't it be C1:DR1? try
=HLOOKUP(Diary!$H$24,'Promoters costs and sales'!C1:DR1,11,0)

You need to make sure that the value in the first row are the same
data type in the dataset below. ie first row = real dates and dataset = real
dates,
otherwise its won't works.

--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top