+ Reply to Thread
Results 1 to 4 of 4

Offset & match

  1. #1
    Registered User
    Join Date
    05-14-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    45

    Offset & match

    Can I use OFFSET and MATCH to find the minimum value - see attached example.

    Thanks,
    Andrew
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Offset & match

    Solution will depend on whether or not it's a coincidence that the last value listed for each Serial is the smallest value ?

    If it isn't - ie last record for any given Serial is always the smallest then you can use a LOOKUP construct else you're looking at an MIN Array*


    *which pending data volumes might be calculation intensive and you might want to consider using an intermediate Pivot Table

  3. #3
    Registered User
    Join Date
    05-14-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Offset & match

    The records could be in any order. I know how to get the result using a pivot table and use lookup provided the data is sorted. Would really like a formula to do it in one go.

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Offset & match

    In which case you will need to use MIN Arrays - but be warned they are not efficient

    Syntax:

    =MIN(IF(criteria_range=criteria,value_range))
    confirmed with CTRL + SHIFT + ENTER

    (note confirmation keys - Enter alone will not suffice)

    Given inherent inefficiencies it is in your interest to keep ranges as "lean" as possible ... pre XL2007 entire column references are not permitted.

+ 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