+ Reply to Thread
Results 1 to 4 of 4

Combine two column using formula and based on player name

Hybrid View

plan Combine two column using... 02-19-2014, 07:03 AM
sktneer Re: Combine two column using... 02-19-2014, 08:05 AM
plan Re: Combine two column using... 02-19-2014, 09:26 AM
sktneer Re: Combine two column using... 02-19-2014, 09:35 AM
  1. #1
    Registered User
    Join Date
    12-28-2011
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    14

    Combine two column using formula and based on player name

    Hi,

    In sheet1 have the raw data with playername, Runs and wickets.

    sheet2 i need output. I need to combine the runs (highest value) and wickets (lowest value match with highest value) based on player name.

    for example:

    Player name is praveen.

    Praveen highest wicket is 4 and corresponding lowest runs is 6

    Output is highlighted in yellow color in sheet2.

    Attached spreadsheed
    Attached Files Attached Files

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Combine two column using formula and based on player name

    Try this array formula on sheet2 and in cell B2 and drag down. Remember to confirm this formula with Ctrl+Shift+Enter

    =MAX(IF(Sheet1!$A$2:$A$30=A2,Sheet1!$C$2:$C$30))&"/"&MIN(IF(Sheet1!$A$2:$A$30=A2,IF(Sheet1!$C$2:$C$30=MAX(IF(Sheet1!$A$2:$A$30=A2,Sheet1!$C$2:$C$30)),Sheet1!$B$2:$B$30)))
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    12-28-2011
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Combine two column using formula and based on player name

    Thank You so much! This formula is working perfectly. This is what i expected.

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Combine two column using formula and based on player name

    Glad to help you. Thanks for the feedback. If you have got your answer, please mark your thread as solved. Moreover you may also click on * (star) to Add Reputation to those who have put their time and efforts to help you in this forum.

+ 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. trying to populate the player column....
    By indiana115 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-21-2013, 09:57 AM
  2. [SOLVED] Combine Cells based on column value
    By jamesrdangelo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2013, 04:42 PM
  3. [SOLVED] How to combine rows based on value in column A?
    By ClassicVAG in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-03-2012, 06:07 AM
  4. Combine rows based on unique column
    By excel_champ in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-27-2012, 03:34 AM
  5. Replies: 6
    Last Post: 02-25-2009, 02:12 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