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
 
N

NBVC

stew;392160 said:
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

Check that you have an exact match in Row 1... that there are no extra
spaces, that spelling is the same, etc... also if you are matching
number to number, ensure that both H24 and row 1 are the same format.
 
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
 
N

NBVC

Francis;392214 said:
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

If it is indeed HLOOKUP the OP is wanting, then the original formula is
correct... it looks up values in C1:DR1 and returns what is in C11:DR11
of corresponding column...
 

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

Help with a Lookup, I think 5
COMPLICATED FORMULA WITH EMBEDDED HLOOKUP 2
Formula help 1
conditional on change of Month 0
Hlookup and sum formula 3
hlookup problem 1
Hlookup error 3
hlookup problem 3

Top