+ Reply to Thread
Results 1 to 2 of 2

Formula help, Require to find Min and max of time referencing another cell

  1. #1
    Registered User
    Join Date
    09-03-2012
    Location
    Australia, Victoria
    MS-Off Ver
    Excel 2003
    Posts
    25

    Formula help, Require to find Min and max of time referencing another cell

    Hi All,

    this may be a tricky one but I need assistance to

    1. Populate an Unique Name (in Column D) from Column A (as there are multiple rows)
    2. Find the Minimum Time in Column B referring to the Unique Name (Column D)
    3. Find the Maximum Time in Column C referring to the Unique Name (Column D)

    I have attached an example into the post below

    ExampleSheet.xlsx

    Thanks

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Formula help, Require to find Min and max of time referencing another cell

    In D3, enter an agent name then

    In E3, withh CTRL+SHIFT+ENTER

    =MIN(IF(A3:A41=D3,B3:B41))

    F3, with CTRL+SHIFT+ENTER

    =MAX(IF(A3:A41=D3,C3:C41))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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. Require Time difference in mm/dd hh:mm
    By aaron lewis in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-06-2013, 06:28 AM
  2. Replies: 1
    Last Post: 01-12-2013, 04:14 PM
  3. Replies: 2
    Last Post: 04-11-2012, 02:06 PM
  4. [SOLVED] Require Help - Require Formula for Multiple values in both columns
    By krodge in forum Excel General
    Replies: 6
    Last Post: 01-13-2012, 03:42 AM
  5. Replies: 1
    Last Post: 03-02-2010, 01:23 PM

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