+ Reply to Thread
Results 1 to 8 of 8

How to pick name from column based value difference in column B

  1. #1
    Forum Contributor
    Join Date
    04-09-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    176

    How to pick name from column based value difference in column B

    Hi to all,
    I have data like thia,
    Name Rank
    pietro 30
    fabri 35
    mauri 60
    andrea 45
    luigi 50
    anna 90
    federica 100
    julia 120

    now I want to pick names from column A with rank difference between name should equal to 30.
    Expected result

    Name Rank
    pietro 30
    mauri 60
    anna 90
    julia 120
    Can any one help me in this issue and any help would be highly appreciated.
    Thanks and Regards

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: How to pick name from column based value difference in column B

    If your data is in A1:B9, try this, copied down...
    =INDEX($A$2:$A$9,MATCH(30*ROWS($A$1:A1),$B$2:$B$9,0))
    for the values, you can just type in 30, 60 etc
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    04-09-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    176

    Re: How to pick name from column based value difference in column B

    Thank you very much FDibbins for your help,
    your formula is working fine and i want to know is there any possibility to get rank also along with names like this
    Name Rank
    pietro 30
    mauri 60
    anna 90
    julia 120
    Thanks

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: How to pick name from column based value difference in column B

    What do you mean by rank? can you show me an example?

  5. #5
    Forum Contributor
    Join Date
    04-09-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    176

    Re: How to pick name from column based value difference in column B

    Rank is just like value nothing more than that but i want to pick names from column A with their ranks and who have difference in rank equal to 30. I want like this
    Name Rank
    pietro 30
    mauri 60
    anna 90
    julia 120
    and your formula giving me like this
    Name
    pietro
    mauri
    anna
    julia
    Hope i explained you well
    Thanks

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: How to pick name from column based value difference in column B

    Perhaps you missed this part in post # 2?
    for the values, you can just type in 30, 60 etc

  7. #7
    Forum Contributor
    Join Date
    04-09-2013
    Location
    india
    MS-Off Ver
    Excel 2010
    Posts
    176

    Re: How to pick name from column based value difference in column B

    Dear FDibbins,
    Thank you very much for your help and i think yes i missed

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: How to pick name from column based value difference in column B

    Happy to help and thanks for the feedback

    I will mark this thread SOLVED for you, for future reference, you can do this by clicking on the THREAD TOOLS button near the top of the gape

+ 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. Pick diff pick list as per column value
    By ROHAN999 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-10-2013, 12:10 PM
  2. Replies: 28
    Last Post: 02-28-2013, 06:34 AM
  3. How do find the difference between 2 times based on a third column
    By jtpryan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-21-2013, 11:18 PM
  4. Replies: 2
    Last Post: 09-27-2012, 01:19 PM
  5. Replies: 10
    Last Post: 10-20-2008, 11:25 PM

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