+ Reply to Thread
Results 1 to 4 of 4

Plotting time by formula by given date from old (Outdated) to new (Latest)

  1. #1
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Plotting time by formula by given date from old (Outdated) to new (Latest)

    Hello Friends

    Version : MS Excel 2010
    Attached file : Display Text Entries according to Latest Time and date2.xlsx

    Please find the attached file, my requirement is i want to plot the time in Column E (Yellow cells)
    by formula for the given date in Column D cells and looking in Column A & B (Column A for Date & Column B for Time).

    Note : Some dates repeated and this should be taken care in formula.



    thanks in advance

    thilag

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Plotting time by formula by given date from old (Outdated) to new (Latest)

    Maybe:

    For Date:
    =INDEX($A$2:$A$49,MATCH(SMALL(COUNTIF($A$2:$A$49,"<"&$A$2:$A$49),ROW(1:1)),COUNTIF($A$2:$A$49,"<"&$A$2:$A$49),0))

    For Time:
    =INDEX($B$2:$B$49,MATCH(LARGE((COUNTIF($B$2:$B$49,">"&$B$2:$B$49)*($A$2:$A$49=$D2)),COUNTIF($D$2:D2,D2)),COUNTIF($B$2:$B$49,">"&$B$2:$B$49),0))

    All is Array Formulas
    Cheers

  3. #3
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Plotting time by formula by given date from old (Outdated) to new (Latest)

    Hello Azumi

    Perfect Thanks

    thilag

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Plotting time by formula by given date from old (Outdated) to new (Latest)

    Take care, thanks for feedback

    Cheers

+ 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. [SOLVED] Display Text Entries according to Latest Time and date
    By thilag in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-12-2014, 05:03 AM
  2. Replies: 3
    Last Post: 08-31-2014, 06:39 AM
  3. Replies: 1
    Last Post: 08-07-2012, 02:29 AM
  4. Plotting date and against time as an XY scatter
    By m5rcc in forum Excel General
    Replies: 1
    Last Post: 03-27-2009, 11:03 AM
  5. combine date and time entries for plotting
    By needtopare in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-23-2007, 06:56 PM

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