+ Reply to Thread
Results 1 to 13 of 13

Return data between 2 sheets

  1. #1
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Return data between 2 sheets

    Hello to all.
    In the attached table there are 2 sheets.
    As the data is reported to column C of the sheet "vendite" the data column A for the sheet "supporto" ?
    I hope I was clear.

    example:
    in A2 sheet vendite = agrigento in C2 sheet vendite = 1
    in A3 sheet vendite = arezzo in C2 sheet vendite = 5

    max_max
    Attached Files Attached Files

  2. #2
    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
    43,984

    Re: Return data between 2 sheets

    In Vendite, C2

    =INDEX(Supporto!$A$2:$A$104,MATCH(1,INDEX((Supporto!$B$2:$B$104=[@Provincia])*(Supporto!$C$2:$C$104=[@Regione]),0),0))

    change , to ; - of course...
    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

  3. #3
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: Return data between 2 sheets

    Hi Gleen Kennedy, it's ok.
    I do not understand how to put the data in red.
    In italian:
    =INDICE(Supporto!$A$2:$A$104;CONFRONTA(1;INDICE((Supporto!$B$2:$B$104=Tabella1[[#Questa riga];[Provincia]])*(Supporto!$C$2:$C$104=Tabella1[[#Questa riga];[Regione]]);0);0))
    max_max

  4. #4
    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
    43,984

    Re: Return data between 2 sheets

    In my sheet, Exce; picked up the structured table references for a2 and B2. If that doesn't seem to be compatible with your Italian Excel, then simply use:

    =INDEX(Supporto!$A$2:$A$104,MATCH(1,INDEX((Supporto!$B$2:$B$104=A2)*(Supporto!$C$2:$C$104=B2),0),0))
    Attached Files Attached Files

  5. #5
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: Return data between 2 sheets

    Hello
    Structured references as you say, but I do not know how to view them.
    Help to find how to view them
    max_max

  6. #6
    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,409

    Re: Return data between 2 sheets

    To see a list of available named ranges and tables, go to the formulas ribbon - name manager. When entering a formula, you can use table names - as you type they will appear and you can select them, then select the relevant field.

    Using Structured References AliGW.png
    Last edited by AliGW; 08-20-2017 at 07:25 AM.
    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.

  7. #7
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: Return data between 2 sheets

    Thank you AliGW for the information.
    max_max

  8. #8
    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
    43,984

    Re: Return data between 2 sheets

    Did Post 4 answer your problem?

    If so... You're welcome. if not, what is the remaining problem?



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

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  9. #9
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: Return data between 2 sheets

    Glenn kennedy your new formula is perfect,
    I did not understand where were the structured references of the first formula.
    max_max

  10. #10
    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,409

    Re: Return data between 2 sheets

    See below:

    Tabella 1 AliGW.png

  11. #11
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: Return data between 2 sheets

    thanks you again aligw
    max_max

  12. #12
    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,409

    Re: Return data between 2 sheets

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

  13. #13
    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
    43,984

    Re: Return data between 2 sheets

    Thanks for the Rep. Much appreciated.

+ 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. [SOLVED] help to return emtpy cell when data sheets are both empty
    By chumster in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-30-2017, 03:34 AM
  2. [SOLVED] Formula to Match Data between Sheets and return a Value
    By hammer2 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-12-2016, 09:15 PM
  3. [SOLVED] Multi variable return data between two sheets INDEX
    By jespo1351 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-31-2015, 02:52 PM
  4. Matching data in 2 columns, in two sheets, return value
    By LD12345 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2013, 12:06 PM
  5. Replies: 3
    Last Post: 01-20-2011, 11:22 AM
  6. Compare fields in two sheets ... return associated data to third sheet
    By delirium in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-05-2010, 01:42 PM
  7. Replies: 5
    Last Post: 11-14-2008, 09: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