+ Reply to Thread
Results 1 to 5 of 5

Following the latest entry and the past 2 entries

  1. #1
    Forum Contributor
    Join Date
    11-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Following the latest entry and the past 2 entries

    See attached.

    In columns Y1 through AE5 I'm trying to breakout numbers of the current and past two entries for particular drawings.

    The problem is these update alternately on a daily basis, so I need to "follow" that particular number of the "particular" drawing only a couple of days.

    The latest drawing is three numbers the past two are only one number each.

    Any suggestions?
    Attached Files Attached Files
    Last edited by khank; 06-13-2011 at 02:40 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: Following the latest entry and the past 2 entries

    Are the numbers already in that range the expected values?

    I am not following what you need and where the numbers will come from?
    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-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Re: Following the latest entry and the past 2 entries

    Yes. Remember those values change daily depending on which drawing. I'm only looking to capture the "latest" three digits and the past 2 drawings "first" digit "under" the appropriate drawing time.

    The latest numbers are picked up from Column B through M.

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

    Re: Following the latest entry and the past 2 entries

    In Y1 you currently have =O21... than seems to be an "evening" cell, no? Same with in Y2

    Anyway.. try:

    Y1: =LOOKUP(2,1/($M:$M=Y$6),$O:$O)
    Y2: =LOOKUP(2,1/($M:$M=Y$6),$P:$P)
    Y3: =LOOKUP(2,1/($M:$M=Y$6),$Q:$Q)
    Y4: =INDEX($O:$O,MATCH(2,INDEX(1/($M:$M=Y$6),0))-2)
    Y5: =INDEX($O:$O,MATCH(2,INDEX(1/($M:$M=Y$6),0))-4)

    then copy Y1:Y5 and paste on AC1:AC5

  5. #5
    Forum Contributor
    Join Date
    11-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Re: Following the latest entry and the past 2 entries

    It works! I added several "false" numbers and "blam" it did it. Thank you. I'll close this Post, if over the next several days something happens I'll refer back to this post - I'm not expecting anything - just in case.

    Again thanks for your help.

    Ken

+ 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