Closed Thread
Results 1 to 5 of 5

Return data from other sheet if data is in certain cells

  1. #1
    Registered User
    Join Date
    06-02-2017
    Location
    Newbury
    MS-Off Ver
    2010
    Posts
    50

    Return data from other sheet if data is in certain cells

    Hello, Excel noob here again.

    In the attached, on 'End' sheet, in the highlighted cells, I'd like some formulas that say:

    'If there is data in rows 11:12 or 17:18 on the Data sheet, then return the corresponding data from rows 1 and 2'.

    There is an example of the desired outcome on the 'Example' sheet.
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Return data from other sheet if data is in certain cells

    Try this formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Return data from other sheet if data is in certain cells

    In A2:
    =IFERROR(INDEX(Data!$1:$1,AGGREGATE(15,6,COLUMN(Data!$B$11:$E$18)/(ISNUMBER(Data!$B$11:$E$18)),ROWS($1:1))),"")

    In B2:
    =IFERROR(INDEX(Data!$2:$2,AGGREGATE(15,6,COLUMN(Data!$B$11:$E$18)/(ISNUMBER(Data!$B$11:$E$18)),ROWS($1:1))),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Return data from other sheet if data is in certain cells

    Or a more geral formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and copy down and forward

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,878

    Re: Return data from other sheet if data is in certain cells

    This is a duplicate thread, and as such is closed.

    You may have one thread only per issue - please continue in your other thread, which has more responses.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] find detail on 1 sheet and return corresponding data to another sheet
    By CLSSY56 in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 10-06-2018, 01:14 AM
  2. [SOLVED] Return DATA from different sheet to multiple cells based on content of one cell
    By NullSpot in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-19-2018, 06:53 PM
  3. Replies: 3
    Last Post: 05-09-2016, 11:04 AM
  4. Double click row to return data to userform for edit then return back to sheet
    By MattRSJ in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 01-31-2014, 06:05 AM
  5. button -replacing data in cells from sheet 1 with data from sheet 2
    By miko.sims in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-11-2014, 03:13 PM
  6. matching data rows from one sheet to another for a data return
    By moonchild2008 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-18-2013, 03:15 PM
  7. Replies: 0
    Last Post: 01-21-2013, 10:31 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