vlookup help needed

  • Thread starter Thread starter Steven J
  • Start date Start date
S

Steven J

I am using the following syntax.

=VLOOKUP('MIS'!A4:A1000,'Data from MIS'!B4:B1000,A59,FALSE)

I am trying to lookup where 'MIS!A4:A1000' is equal to A59 and return the
contents of the relevant row cell in 'MIS!B4:B1000'

Can someone tell me what I have wrong please

thanks
S
 
Sorry, my syntax in above was wrong. Iam using:

=VLOOKUP('MIS'!A4:A1000,'MIS'!B4:B1000,A59,FALSE)
 
=VLOOKUP(A59,MIS!A4:B1000,2,FALSE)

--
Kind regards,

Niek Otten

Microsoft MVP - Excel
 

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

Vlookup 1
Vlookup returning No data. 4
Excel Need Countifs Formula Help 0
Adding Day to find a next weekday 12
SUMPRODUCT formula help 2
2 Conditions in VLookup 6
SUMPRODUCT 6
Use & with two formulas 2

Back
Top