Skip to main content

Ad

How to Link Data from Two Different Excel Sheets?

1. Open the Excel workbook that contains the two sheets you want to link.

2. In the destination sheet where you want to display the linked data, select the cell where you want the linked value to appear.

3. Start typing the equal sign (=) 


If you want to use a function, such as SUM, then type the function name followed by an opening parenthesis. For example, =SUM(..


4. Switch to the source sheet by clicking on its tab at the bottom of the Excel window.


5. Select the cell or range of cells you want to link to the destination sheet.

6. Press Enter to complete the formula.



Alternatively:-

To link data from two different Excel sheets, you can use formulas such as VLOOKUP, INDEX-MATCH, or the newer XLOOKUP (available in recent versions of Excel). These formulas allow you to search for a value in one sheet and retrieve a matching value from another sheet.

          VLOOKUP:

  • Suppose you have Sheet1 and Sheet2 in your Excel workbook.

  • In Sheet1, select the cell where you want to display the linked data.

  • Enter the following formula:


    • lookup_value: The value you want to find in Sheet2.

    • Sheet2!lookup_range: The range of cells in Sheet2 where you want to search for the lookup_value. Make sure this range includes the lookup_value and the column you want to retrieve data from.

    • column_number: The column number in the lookup_range that contains the data you want to retrieve. Count from the leftmost column in the lookup_range as 1.

    • exact_match: TRUE for an exact match or FALSE for an approximate match. Use FALSE for most cases.

  • Press Enter to display the result.

  • Drag the formula down to apply it to other cells if needed.

     

    INDEX-MATCH:

  • Suppose you have Sheet1 and Sheet2 in your Excel workbook.

  • In Sheet1, select the cell where you want to display the linked data.

  • Enter the following formula:

    • Sheet2!column_range: The range of cells in Sheet2 that contains the data you want to retrieve. This should be a single column range.

    • lookup_value: The value you want to find in Sheet2.

    • Sheet2!lookup_range: The range of cells in Sheet2 where you want to search for the lookup_value.

    • match_type: 0 for an exact match or 1 for the closest match less than the lookup_value.

  • Press Enter to display the result.

  • Drag the formula down to apply it to other cells if needed.

     

    XLOOKUP: (available in recent versions of Excel)

  • Suppose you have Sheet1 and Sheet2 in your Excel workbook.

  • In Sheet1, select the cell where you want to display the linked data.

  • Enter the following formula:

    • lookup_value: The value you want to find in Sheet2.

    • Sheet2!lookup_range: The range of cells in Sheet2 where you want to search for the lookup_value.

    • Sheet2!column_range: The range of cells in Sheet2 that contains the data you want to retrieve.

    • return_value: The value you want to retrieve from Sheet2.

    • match_mode: 0 for an exact match or -1 for the closest match less than the lookup_value.

    • search_mode: 1 for a search from top to bottom or -1 for a search from bottom to top.

  • Press Enter to display the result.

  • Drag the formula down to apply it to other cells if needed.

Comments

Most Popular

How to create Cross Reference in MS Word?

Set up the cross-reference target:     1. Place your cursor where you want the cross-reference to point. This is usually the location you want the reference to appear.     2. Create a bookmark at the target location by going to the "Insert" tab in the ribbon, clicking on "Bookmark" in the "Links" group, and giving it a name. Remember the name you assigned to the bookmark.    Insert the cross-reference:     1. Place your cursor where you want the cross-reference text to appear.     2. Go to the "References" tab in the ribbon.     3. In the "Captions" group, click on "Cross-reference." A dialog box will appear.     4. In the dialog box, under "Reference type," select the type of item you want to reference (e.g., heading, bookmark, figure, table, etc.).     5. In the "Insert reference to" section, choose the desired option (e.g., heading text, page number, etc.).     6. In the "For which bookmark" se

How To install Linux on your computer?

1. Choose a Linux distribution: There are many Linux distributions available, each with its own features and target audience. Popular choices include Ubuntu, Fedora, Debian, and Linux Mint. Research different distributions and choose the one that best suits your needs. 2. Download the Linux distribution: Visit the official website of the chosen Linux distribution and download the installation ISO file. Make sure to download the version compatible with your computer's architecture (e.g., 64-bit or 32-bit). 3. Create a bootable USB drive: You will need a USB flash drive with sufficient capacity (usually at least 4GB) to create a bootable installation media. Use a tool like Rufus (Windows) or balenaEtcher (Windows, macOS, Linux) to create a bootable USB drive from the downloaded ISO file. 4. Backup your data: Before proceeding with the installation, it's essential to back up any important data on your computer. While the installation process itself shouldn't delete your fil

How to Short in Microsoft Excel Worksheet?

It is very easy to "Sort" in Microsoft Excel.  To dot that- 1. .Select the range of cells or specific column that you want to apply the "sort". 2. In the "Home" tab in the Excel ribbon select "Sort & Filter" group and then click on the "Sort" button. You can go to "Sort" button from the "Data" tab of excel ribbon.   3. The Sort dialog box will have different options : "Sort by": Choose the column or columns you want to sort by from the drop-down list. If you have selected the entire data range, Excel will automatically detect the headers and display them in the drop-down list. "Sort smallest to largest": It arranges the cells depending its values from smallest to largest. "Sort largest to smallest": It arranges the cells depending its values from largest to smallest. "Custom sort": Here we can arrange our data on the basis of specific column, specific order and and sp