Monday 6 November 2023

How to vlookup values across multiple worksheets? | VLOOKUP Formula in Excel with Multiple Sheets | Match value across multiple sheets in excel

We can achieve this using INDIRECT function is excel.

Vlookup multiple sheets with INDIRECT:

To use this array formula, you should give these three worksheets a range name, please list your worksheet names in a new worksheet, such as following screenshot shown:

1. Give these worksheets a range name, select the sheet names, and type a name in the Name Box which next to the formula bar, in this case, I will type Sheetlist as the range name, and then press Enter key.

2. And then you can enter the following long formula into your specific cell:

=VLOOKUP(A2,INDIRECT("'"&INDEX(Sheetlist,MATCH(1,--(COUNTIF(INDIRECT("'"&Sheetlist&"'!$A$2:$B$6"),A2)>0),0))&"'!$A$2:$B$6"),2,FALSE)
Example 2:
=VLOOKUP($V2,INDIRECT("'"&INDEX(Lookup_sheets,MATCH(1,--(COUNTIF(INDIRECT("'"&Lookup_sheets&"'!$A$2:$B$300"), $V2)>0), 0))&"'!$A$2:$B$300"), 2, FALSE)

3. And then, press Ctrl + Shift + Enter keys together to get the first corresponding value, then drag the fill handle down to the cells that you want to apply this formula, all the relative values of each row have been returned as follows:

Notes:

1. In the above formula:

  • A2: is the cell reference which you want to return its relative value.
  • Sheetlist/Lookup_sheets: is the range name of the worksheet names.
  • A2:B6: is the data range of the worksheets you need to search.
  • 2: indicates the column number that your matched value is returned.

2. If the specific value you lookup doesn't exist, a #N/A value will be displayed. if you want to replace #N/A with specific value this can be handled with IFNA as shown below:

=IFNA(VLOOKUP($V2,INDIRECT("'"&INDEX(Lookup_sheets,MATCH(1,--(COUNTIF(INDIRECT("'"&Lookup_sheets&"'!$A$2:$B$300"), $V2)>0), 0))&"'!$A$2:$B$300"), 2, FALSE),"Not Found")


Tuesday 19 October 2021

How to find email addresses for People | Find email addresses for LinkedIn person | How to use Signalhire

You can find the email address for any LinkedIn profile URL/person with using help of few tools list below:

  1. Signalhire
  2. Lusha
  3. Rocketreach
  4. any many more
I'll talk about the most popular tool SIGNALHIRE. It provides you email, phone, and social links for a given person. You can search via name, title, and even with LinkedIn profile URL. You can register for a new account here, they provide you with 5 credits for a month. This is very simple to use as they also have API ready to use.
Register

Step by step process is here:
  1. Login into SH.
  2. Search for a person.
  3. It shows a result list based on matching criteria.
  4. Click on the "REVEAL CONTACT" button to see details for a matched person
    View information

  5. Now you can see the data for a person here.
You can explore it based on your integration and needs. I personally found this tool very accurate and helpful.