+ Reply to Thread
Results 1 to 4 of 4

Find Max Value in a Row when another Row is populated with different enteries

  1. #1
    Registered User
    Join Date
    10-06-2009
    Location
    Blackpool, UK
    MS-Off Ver
    Excel 2003
    Posts
    29

    Find Max Value in a Row when another Row is populated with different enteries

    Hello,
    Please can someone help.
    Im trying to create a formula that looks along a row and then where theres an entry it looks at the top row and picks the highest number. I've attached a spreadsheet showing a shrunken version of the excel file, the answer to the formulas are in column F for each row.

    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Find Max Value in a Row when another Row is populated with different enteries

    put:
    =MAX(IF(A2:E2<>"",A$1:E$1))
    in f2 as an array formula (confirm with ctrl+shift+enter) and copy down.

  3. #3
    Registered User
    Join Date
    10-06-2009
    Location
    Blackpool, UK
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Find Max Value in a Row when another Row is populated with different enteries

    Thanks Again

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find Max Value in a Row when another Row is populated with different enteries

    Non-array alternative

    =MAX(INDEX((A2:E2<>"")*A$1:E$1,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. [SOLVED] Find Max Value in a Row when another Row is populated
    By Sam_D in forum Excel General
    Replies: 4
    Last Post: 04-02-2014, 06:57 AM
  2. How to find where formula is populated from
    By Vack in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2012, 05:11 PM
  3. Loops to find blanks then loop to find populated
    By Bevy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-01-2006, 03:55 PM
  4. Find last populated cell in a row.
    By RJG in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-02-2005, 06:17 PM
  5. [SOLVED] how do I find duplicate text enteries in Excel
    By Cambronze in forum Excel General
    Replies: 1
    Last Post: 08-04-2005, 04:05 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