+ Reply to Thread
Results 1 to 16 of 16

Results from one sheet to other with checking persons names

  1. #1
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Results from one sheet to other with checking persons names

    I have two problems with one of my competition results file.
    File you can see it from here

    1. On first sheet "Mens" i fill myself with results, but from this table first five results i need to have on sheet "Mens-teams". I can't figure out how to do it so that it check the persons name and then take those results. Lookup funktion in this situation is not ok as I'm sorting sheet "Mens" and then it will not understand it correct results on sheet "Mens-teams"

    2. How it is possible to sort blocks of results on sheet "Mens-teams" ?
    Last edited by mull21; 05-19-2018 at 02:26 AM.

  2. #2
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    forum did not let me to add link to the file. How can i give the file in here?

  3. #3
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    Below the Quick Reply box click Go Advanced.

    Scroll down to Manage Attachments and follow instructions.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  4. #4
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    heres the file
    Attached Files Attached Files

  5. #5
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    How about this. Formulas on Mens-teams.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    did not see any added formulas for Mens-teams. Or I'm so stupid that i don't see it :D
    Can you add formula example to the name Gabriel Veide. Then i can be sure where to find your added formula.

  7. #7
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    Sry... did notice now that you have add that formula to Mens-couples sheet. Yes that seems to work correctly. Thank you.
    Any idea for my second problem... how to sort those teams or couples results as they are in kind of a blocks.

  8. #8
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    One way to do it.
    Attached Files Attached Files
    Last edited by bakerman2; 05-18-2018 at 04:03 AM.

  9. #9
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    Rank function solution just give me rank on sides... but at the end what i would like to get is the way to sort those blocks in rank order.

    By the way your solution for getting result by name is super.... this works very well. Thank you!

  10. #10
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    So if I understand correctly you want to move entire blocks according to rank ?

  11. #11
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    yes that's correct.

  12. #12
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    The best way would be if results on sheet Mens is inserted then blocks on sheet Mens-couples will sort automatically based on rank.

    If this is impossible (but i know nothing is not impossible) then i could sort it myself... just at the moment i don't know how to make it as regular sort options don't understand to sort blocks.

  13. #13
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    I doubt that what you're after is possible even with VBA. So this is my final offer.

    The ranking is dynamic meaning it adjusts automatically when you enter points.

    Columns O, P & Q are helper columns which you can hide if you want to.
    Attached Files Attached Files

  14. #14
    Registered User
    Join Date
    01-15-2014
    Location
    Tallinn, Estonia
    MS-Off Ver
    Excel for Mac version 16
    Posts
    22

    Re: Results from one sheet to other with checking persons names

    This still is not what i was hoping to get to make easier to use my table. I did use now regular RANK function for column A and i will just manually copy-paste those blocks to right order. Not very good solution but thats the only way i could manage it at the moment.
    But bakerman2... the other help you gave me was much more important to me and it helped a lot. as my competition already running then your code helped to save some time for me. Thank you.

  15. #15
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    Glad to help and thanks for rep+.

  16. #16
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Results from one sheet to other with checking persons names

    Think you're gonna like this one.
    Check standing on Mens-couples. Change/Add numbers on Mens sheet so standings change.
    Check Mens-couples sheet again.
    This is just first draft so comments or improvements are welcome.
    Attached Files Attached Files

+ 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. How to tell excel to autofil from database to sheet specific names/results
    By supermann in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-22-2017, 10:10 PM
  2. [SOLVED] Checking for Duplicate Worksheet Names
    By Platinum3x in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-15-2015, 04:06 PM
  3. Time register for 5 persons with sheet for overview
    By Thinkerion in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-18-2014, 03:59 PM
  4. [SOLVED] Checking for duplicate sheet names
    By TheRobsterUK in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-23-2014, 06:34 AM
  5. [SOLVED] How to replace a list of user names with the persons actual name
    By Chrisg399 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-23-2014, 05:59 AM
  6. [SOLVED] Total Sheet to always add up certain persons expenses
    By Wombie2903 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2013, 09:37 AM
  7. If XY is age/income to persons, how show names i.e by pointing?
    By JoKe in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-14-2006, 10:30 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