+ Reply to Thread
Results 1 to 3 of 3

Finding Matching Date

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-22-2003
    Location
    Newport, Rhode Island
    MS-Off Ver
    Excel 365
    Posts
    158

    Finding Matching Date

    Hello Everyone,
    Using Excel 2010.

    I have a worksheet that has 7 columns (A1:G20).

    In column B there are dates and in column G there are numbers (not every row will have a number).

    I am looking for the find the first number in G1:G20 and then find the corresponding date in B1:B20.

    Attached is a sample worksheet. Need help writing a formula for this.
    Thanks in advance.
    Mike
    Attached Files Attached Files
    Last edited by windme; 01-06-2011 at 03:21 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding Matching Date

    Try:

    =INDEX($B$1:$B$20,MATCH(TRUE,INDEX(ISNUMBER($G$1:$G$20),0),0))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    11-22-2003
    Location
    Newport, Rhode Island
    MS-Off Ver
    Excel 365
    Posts
    158

    Re: Finding Matching Date

    Once again NBVC you came through! Thanks so much for your expertise, it's really appreciated.
    Mike

+ 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