+ Reply to Thread
Results 1 to 2 of 2

Longest Time

  1. #1
    Registered User
    Join Date
    07-13-2005
    Posts
    64

    Longest Time

    Hi,

    I am looking for a formula that will look in a range of data for a particular state and then display the longest length of time in that state.

    example

    Talking 3:00
    Idle 2:00
    Talking 6:00
    ACW 4:00

    The formula I need woud be for 'Talking' and it would display 6:00 as the longest time in that state!
    Thanks in advance
    Brent

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Not withstanding issues with Ties if the maximum value is unique

    and the data is in a2:b10

    max(b2:b10) will give you the maximum

    Offset(a1,match(max(b2:b10),b2:b10,0),0) the associated text

    Regards

    Dav

+ 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