+ Reply to Thread
Results 1 to 4 of 4

Retrive the date corresponding to 70% of a dataset total count

  1. #1
    Registered User
    Join Date
    08-24-2021
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    22

    Retrive the date corresponding to 70% of a dataset total count

    Hi

    I need to retrive the date that matches 70% of a dataset total count. In the following example I have 18 values, therefore 70% is 13 so the answer I need is 18-Apr-02. Can this be achieved whitout vba?

    Thank you

    Date Value
    12-Jun-00 14.6
    11-Aug-00 13.4
    10-Oct-00 16.7
    14-Feb-01 14.8
    01-Oct-01 13.4
    23-Oct-01 16.3
    09-Nov-01 19.9
    27-Nov-01 12.4
    18-Dec-01 10.6
    16-Jan-02 11.2
    20-Feb-02 11.0
    21-Mar-02 15.8
    18-Apr-02 14.6
    20-May-02 17.0
    20-Jun-02 17.7
    16-Jul-02 21.0
    22-Aug-02 19.7
    19-Sep-02 19.0

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,213

    Re: Retrive the date corresponding to 70% of a dataset total count

    Maybe:

    =INDEX(A2:A19,ROUND(COUNTA(A2:A19)*0.7,0))

    In PT you may need ; instead of ,
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    08-24-2021
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    22

    Re: Retrive the date corresponding to 70% of a dataset total count

    Dear Glenn
    It is perfect,

    Thank you

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,213

    Re: Retrive the date corresponding to 70% of a dataset total count

    You're welcome!

+ 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. Find and retrive the oldest date from a cell
    By Keerthivasan in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-25-2021, 11:39 AM
  2. Replies: 2
    Last Post: 02-24-2021, 02:56 PM
  3. Date, Total Count, Count broken out by Department
    By Saeidian in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-18-2019, 05:55 PM
  4. [SOLVED] (Automation Error) How to retrive data between from date to system date using excel VBA
    By Kalpesh93 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2015, 06:50 AM
  5. [SOLVED] Formula to retrive date
    By rizmomin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-17-2015, 09:44 AM
  6. Replies: 3
    Last Post: 09-25-2013, 02:26 PM
  7. [SOLVED] Count Total Day Based On Date
    By redza in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-22-2013, 02:52 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