+ Reply to Thread
Results 1 to 2 of 2

Finding MAX value IF ?

  1. #1
    Registered User
    Join Date
    12-11-2011
    Location
    virginia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Finding MAX value IF ?

    I need to find the MAX value in column E but only checking those cells that have a "1" in their corresponding G column. Then I need to do the reverse, find the MIN value in column E, checking only those with a "0" in their corresponding G column.

    In the attached files the resulting numbers should be those located in E16 (211) for the MAX and E15 (243.93) for the MIN. I just need to be able to have another cell find these values as this table is refreshed with more/less rows causing the location for the correct MAX and MIN to move up and down.

    I'm also open to other ideas for finding these values reliably when they move up and down.

    Big thanks to anyone who can help.
    Attached Files Attached Files

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Finding MAX value IF ?

    Max formula: {=MAX(IF(Table12[Bid]=1,Table12[Price]))}
    Min formula: {=MIN(IF(Table12[Bid]=0,Table12[Price]))}

    Or you could just use a Pivot Table.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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