+ Reply to Thread
Results 1 to 2 of 2

MATCH in an unsorted list - non-value

  1. #1
    Registered User
    Join Date
    05-25-2007
    Location
    Work,Work & Home
    Posts
    3

    MATCH in an unsorted list - non-value

    Hello, ANYONE

    Here's my problem

    i want to do this: MATCH(<int(now()),$P$3:$P$1048,0)

    Now it doesn't work , and I can't find a way of doing it.

    I already use a variation on this that works fine but Excel doesn't like the <

    Anyone got any ideas?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Can you explain what you want to do. Is the list a list of dates, unsorted?

    You want to find the largest date in the past? Try

    =MAX(IF(P3:P1048<today(),P3:P1048))

    confirmed with CTRL+SHIFT+ENTER

+ 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