+ Reply to Thread
Results 1 to 3 of 3

Find result from different page for corresponding name

  1. #1
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Find result from different page for corresponding name

    Hi, Little bit of help please.

    In the attached workbook I require on the worksheet "Attendance" in Column B a formula that looks at the name in column A, finds it in column A in worksheet "Beds" and gives the corresponding result from Column D.

    So for example the result I require in B2 (Attendance) is D73 (Beds).

    Hope that makes sense. I'm guessing I need INDEX perhaps?

    If somebody could give me the formula for B2 (Attendance) I should be able to do the rest.

    Many thanks.
    Attached Files Attached Files
    Last edited by Marvo; 11-30-2021 at 07:12 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: Find result from different page for corresponding name

    Try

    =IFERROR(VLOOKUP($A2,INDIRECT("'" &B$1&"'!A15:D100"),4,0),"")

    Copy across and down
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Re: Find result from different page for corresponding name

    Thanks John, works a treat.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Launch Internet Explorer or Edge, open page, "Find on Page"
    By evanzo in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-07-2019, 09:32 PM
  2. [SOLVED] VB code to do page setup and find page breaks
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-14-2019, 06:37 PM
  3. Index / Match on different page + result in other colum
    By xatomicx in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-12-2017, 01:39 PM
  4. [SOLVED] Comparing Multiple Sheets to Get a Result Page
    By ryanb4614 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-23-2015, 03:28 PM
  5. Convert a formula result to text so another formula can find that result
    By rwoollams in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-12-2014, 01:49 AM
  6. Replies: 2
    Last Post: 08-17-2009, 11:09 AM
  7. Replies: 5
    Last Post: 05-14-2008, 06:38 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1