+ Reply to Thread
Results 1 to 7 of 7

Right Direction

  1. #1
    Registered User
    Join Date
    08-11-2020
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3

    Lightbulb Right Direction

    Hi all,

    I was hoping that someone could help point me in the right direction with a set of data.

    I've attached an example of the data set that I'm working with, what I need is for the data to appear next to the name in relation to the date.

    I hope this doesn't come across as asking for the formula, but rather I just don't know where to start googling : (

    I would really appreciate a hand on this one.

    Thank you,

    Jack
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Right Direction

    Hi
    Try this formula
    =INDEX($B$3:$B$18,MATCH(D2,$A$3:$A$18,0))
    or this
    =VLOOKUP(D2,$A$3:$B$18,2,FALSE)

  3. #3
    Registered User
    Join Date
    08-11-2020
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Right Direction

    Thank you so much for the response, but I mightn't have explained myself well enough.

    I was hoping for the data returned to match the date in D1, which is where I'm stumped : (

  4. #4
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Right Direction

    Problem imho is because you've got dates and names in the same column.
    I've split it into 2 helper columns (G & H) like this:


    G
    H
    1
    helpers
    2
    3
    Nomie - 123456
    4
    Nomie - 123456
    01/08/2020
    5
    Nomie - 123456
    03/08/2020
    6
    Nomie - 123456
    06/08/2020
    7
    Nomie - 123456
    07/08/2020
    8
    Nomie - 123456
    08/08/2020
    9
    Nomie - 123456
    10/08/2020
    10
    Jack - 234567
    11
    Jack - 234567
    01/08/2020


    G
    H
    1
    helpers
    2
    3
    =IFERROR(IF(FIND("-",A3),A3,""),G2) =IFERROR(DATEVALUE(TEXT(A3,"dd/mm/yy")),"")
    4
    =IFERROR(IF(FIND("-",A4),A4,""),G3)
    =IFERROR(DATEVALUE(TEXT(A4,"dd/mm/yy")),"")
    5
    =IFERROR(IF(FIND("-",A5),A5,""),G4)
    =IFERROR(DATEVALUE(TEXT(A5,"dd/mm/yy")),"")

    (drag it down as long as needed)

    then with these:

    D
    E
    1
    01/08/2020
    Ready Time Adherence (%)
    2
    Nomie - 123456
    =SUMIFS(B:B,H:H,$D$1,G:G,D2)
    3
    Jack - 234567
    =SUMIFS(B:B,H:H,$D$1,G:G,D3)
    4
    Ashley - 345678
    =SUMIFS(B:B,H:H,$D$1,G:G,D4)


    you should get what you want:

    D
    E
    1
    01/08/2020
    Ready Time Adherence (%)
    2
    Nomie - 123456
    82.67%
    3
    Jack - 234567
    90.86%
    4
    Ashley - 345678
    77.57%
    Attached Files Attached Files
    Last edited by KOKOSEK; 08-11-2020 at 07:50 AM.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

  5. #5
    Registered User
    Join Date
    08-11-2020
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3

    Re: Right Direction

    You're my hero!

    Thank you : )

  6. #6
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Right Direction

    Try this in D2 and copy down
    =IFERROR(INDEX($A$3:$A$100,AGGREGATE(15,6,ROW($A$1:$A$100)/(CODE(LEFT($A$3:$A$100,1))>57),ROW(A1))),"")

  7. #7
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Right Direction

    Quote Originally Posted by JackGu View Post
    You're my hero!

    Thank you : )
    Happy to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for direction
    By Crawl in forum The Water Cooler
    Replies: 1
    Last Post: 02-04-2020, 12:46 PM
  2. Looking for direction
    By Crawl in forum Excel General
    Replies: 1
    Last Post: 02-04-2020, 12:46 PM
  3. [SOLVED] Tab direction
    By mikerules in forum Excel General
    Replies: 1
    Last Post: 03-22-2014, 01:35 PM
  4. [SOLVED] Direction
    By lsmft in forum Excel General
    Replies: 2
    Last Post: 04-27-2006, 08:10 AM
  5. I need direction
    By Reluctantputerhead in forum Excel General
    Replies: 3
    Last Post: 11-02-2005, 06:17 PM
  6. Need of direction!!
    By jose luis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2005, 06:45 PM

Tags for this Thread

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