+ Reply to Thread
Results 1 to 6 of 6

Find Max value for the same code

  1. #1
    Registered User
    Join Date
    10-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    54

    Angry Find Max value for the same code

    Hi

    i need help in a formula, I need the maximum value for the same code.

    example : for code TL46NIFTY there are 3 values 15,089,125, 178,750,000 and 208,000,000.
    book_123.xlsb

    TL46NIFTY 15,089,125 - > i need zero against the value as value is not max.
    TL46NIFTY 178,750,000 - > i need zero against the value as value is not max.
    TL46NIFTY 208,000,000 - > i need 208,000,000 against the value as value because this is the max value for TL46NIFTY.

    PS : there are somewhere 5000 data and i cannot use find unique code with max logic.
    Last edited by djwaz69; 01-03-2013 at 06:41 AM.

  2. #2
    Registered User
    Join Date
    10-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    54

    Re: Help in formula

    attachment file for example.
    Attached Files Attached Files

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Help in formula

    Pls change your title according the forum rules and then i'll be able to post a suggestion.

    1. Use concise, accurate thread titles. Your post title should describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change the title of the thread, click EDIT on the original post, then click the Go Advanced button, then change the title. If two or more days have passed, the EDIT button will not appear, and you need to ask a moderator to change the title.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Find Max value for the same code

    In D3 and copy down this ARRAY(confirm using control+shift+enter-not just enter) formula.

    =IF(C3=MAX(IF($B$3:$B$24=B3,$C$3:$C$24)),C3,0)

  5. #5
    Registered User
    Join Date
    10-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    54

    Re: Find Max value for the same code

    thanks fortis

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Find Max value for the same code

    Quote Originally Posted by djwaz69 View Post
    thanks fortis
    Fotis, not Fortis!

    You are welcome!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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