+ Reply to Thread
Results 1 to 5 of 5

Find Minimum value in Column if cell in another collumn doesnt contain

  1. #1
    Registered User
    Join Date
    10-24-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    13

    Find Minimum value in Column if cell in another collumn doesnt contain

    Hello,

    Im looking for a formula to find the Minimum value (in this case the oldest date) in Collumn G, if the cell in column B doesnt contain Not Here (but the column will still contain a varity of other text)

    Thank you in advance.
    Ciaron178

    Edited the above to be more clear.
    Last edited by ciaron178; 12-11-2018 at 11:02 AM.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Find Minimum value in Column if cell in another collumn doesnt contain

    Try:

    =AGGREGATE(15,6,G2:G10/(G2:G10<>"")/(B2:B10=""),1)

  3. #3
    Registered User
    Join Date
    10-24-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    13

    Re: Find Minimum value in Column if cell in another collumn doesnt contain

    So i Should have said that Column B will still always contain other data

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: Find Minimum value in Column if cell in another collumn doesnt contain

    =AGGREGATE(15,6,G2:G10/(G2:G10<>"")/ISERROR(SEARCH("Not Here",B2:B10)),1)

  5. #5
    Registered User
    Join Date
    10-24-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    13

    Re: Find Minimum value in Column if cell in another collumn doesnt contain

    perfect thank you!

+ 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. Replies: 2
    Last Post: 06-15-2018, 11:43 AM
  2. [SOLVED] Find Minimum value in column and return with L1,L2,L3 …..
    By ExcelUser2707 in forum Excel General
    Replies: 3
    Last Post: 06-29-2016, 07:11 AM
  3. Replies: 9
    Last Post: 09-29-2015, 01:09 PM
  4. Pivot Table: Minimum doesnt display milliseconds
    By Majestico in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-03-2015, 07:08 AM
  5. [SOLVED] Find a collumn in a dynamic sheet and select the entire collumn
    By Armand0 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-03-2014, 11:20 AM
  6. Loop Macro to Find Minimum Date for Column Data
    By abpexcelforum in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2011, 05:03 PM
  7. [SOLVED] Minimum qualifiers to Find (VBA) the actual last used Row, Column
    By EagleOne in forum Excel General
    Replies: 3
    Last Post: 07-31-2006, 11:58 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