Help with multiple VLOOKUPS in one formula

Dustin Shepard 1 Reputation point
2020-10-14T04:16:21.79+00:00

I am looking to have a VLOOKUP that does something like the following:
IF this vlookup returns a value, then do the vlookup however if the value or this vlookup is blank then go on to another IF vlookup statement (I need to complete 5 in total in this formula). I have tried the formula below but I am missing something.

=IF(VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A2:O1000,2,0)<>"",VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A2:O1000,2,0),IF(VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A1002:O2000,2,0)<>"",VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A1002:O2000,2,0),IF(VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A2002:O3000,2,0)<>"",VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A2002:O3000,2,0),IF(VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A3002:O4000,2,0)<>"",VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A3002:O4000,2,0),IF(VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A4002:O5000,2,0)<>"",VLOOKUP(F16,'HELPER FOR ALL IN ONE'!A4002:O5000,2,0))))))

I appreciate any help anyone can provide and I thank you in advance!

Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,689 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Philip Treacy 6 Reputation points
    2020-10-14T05:54:56.5+00:00

    Hi

    Without your data it's nigh on impossible to give you an answer. Can you attach your workbook please.

    Phil

    0 comments No comments

  2. Emi Zhang-MSFT 23,811 Reputation points Microsoft Vendor
    2020-10-14T08:16:08.12+00:00

    Hi @Dustin Shepard ,

    This formula is worked fine:
    32235-113.gif

    I suggest you provide your sample about this problem, so that I can get more accurate solutions to this problem. I’m glad to help and follow up your reply.

    Try to check if there are duplicate data in HELPER FOR ALL IN ONE Worksheet Column A for F16.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments