Using Vlookup and If functions simultaneously

  • Thread starter Thread starter Vlookup and If
  • Start date Start date
V

Vlookup and If

Is it possible to use Vlookup and If functions together in one formula? If
so, please give an example.
 
Depends on the If you want!

If(I3="",VLOOKUP(J2,Sheet1!A:E,4,0),0)

Are you attempting to accomplish something that we can help with?
 
Is it possible to do the vlookup first and then based on what is in the cell
apply the if function?
 
Well, that would be =IF(VLOOKUP(J2,Sheet1!A:E,4,0)="X","TRUE","FALSE")
 

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

Back
Top