+ Reply to Thread
Results 1 to 5 of 5

Help Me to find biggest value

Hybrid View

  1. #1
    Registered User
    Join Date
    01-18-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    89

    Help Me to find biggest value

    Hi... any one can give formula for my problem?
    Here it is:

    If Cells contains [ A1= 4 B1=8 C1 = 9 D1=7] Then E1 should reflects the sum of two biggest number
    in this example E1=17 (B1+C1)

    In this example in cell E1 which formula I should use please help me...

    Thanks in Advance.

  2. #2
    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 Me to find biggest value

    =if(and(a1=4,b1=8,c1=9),large(a1:c1,1)+large(a1:c1,2))
    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.

  3. #3
    Valued Forum Contributor
    Join Date
    12-14-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2007
    Posts
    439

    Re: Help Me to find biggest value

    Hi deepanc
    Put this formula into cell E1:
    =LARGE(A1:D1,1)+LARGE(A1:D1,2)
    Regards
    huuthang

  4. #4
    Valued Forum Contributor
    Join Date
    11-02-2012
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    564

    Re: Help Me to find biggest value

    =large(a1:d1,1)+large(a1:d1,2)

  5. #5
    Registered User
    Join Date
    01-18-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    89

    Re: Help Me to find biggest value

    Hi I really thank 2 all. By your guide I make it simplify as =sum(large{1,2}) thanks once again . I need your hands just like this.

+ 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