+ Reply to Thread
Results 1 to 2 of 2

Formula - Value of the oldest item

Hybrid View

  1. #1
    Registered User
    Join Date
    11-05-2007
    Posts
    82

    Formula - Value of the oldest item

    Hi All

    I have a spreadsheet that contains 2 columns, 1: Value, 2: Age.

    I need to get a formula to give me the Value of the oldest item, but the value has to be greater than 50000.

    So if I have the following:

    Age - Value

    1day - 30000
    5days - 60000
    10days - 45000

    The answer I want to be returned is 60000 (This is the oldest Item with a value of Greater than 50000)

    Any ideas would be appreciated.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,730
    Assuming age is just shown as a number (representing age in days) in A2:A100 and value in B2:B100

    =MAX((A2:A100=MAX(IF(B2:B100>=50000,A2:A100)))*( B2:B100))

    confirmed with CTRL+SHIFT+ENTER
    Last edited by daddylonglegs; 02-01-2008 at 09:07 AM.

+ 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