+ Reply to Thread
Results 1 to 4 of 4

Extract unique values between two dates and count their frequency

  1. #1
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Extract unique values between two dates and count their frequency

    Hello,

    I would like to ask some help how to extract unique values between two dates from table and count their frequency also.
    The pivot table function is not allowed.

    I have attached a sample file with an example output.



    Thanks in advance the help!
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Extract unique values between two dates and count their frequency

    In J6 Cell of

    =IF(AND([@Date]>=Output!$C$6,[@Date]<=Output!$E$6),[@Product],"Product")


    In B9 Cell of Output Sheet

    =IFERROR(INDEX(Táblázat1[Product],MATCH(0,COUNTIF($B$8:B8,Táblázat1[Column1]),0)),"")


    In C9 Cell of Output Sheet

    =COUNTIFS(Táblázat1[Column1],Output!B9)


    Drag all the formula's down....
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert MickG's Avatar
    Join Date
    11-23-2007
    Location
    Banbury,Oxfordshire
    Posts
    2,650

    Re: Extract unique values between two dates and count their frequency

    Try this Results in sheet "Output" (starting "B9"), based on dates in sheet "Output"."C6 & E6"
    Please Login or Register  to view this content.
    Regards Mick

  4. #4
    Forum Contributor
    Join Date
    12-23-2013
    Location
    Hungary
    MS-Off Ver
    Excel 2013
    Posts
    331

    Re: Extract unique values between two dates and count their frequency

    Hello Sixthsense and MickG,

    Both solution are perfect for me, I would like to say thank you for your kind 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. Formula to COUNT UNIQUE Values BETWEEN given dates
    By wantutri in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2013, 12:09 PM
  2. [SOLVED] Count Unique Values of defined cell between Two Dates
    By nickmessick1 in forum Excel General
    Replies: 4
    Last Post: 07-26-2013, 11:48 AM
  3. Extract unique values and their count from a two dimensional Array
    By shahirslmn in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-17-2012, 09:37 PM
  4. Count unique values between two dates in two columns
    By hnantz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-09-2012, 05:57 PM
  5. COUNT Unique using Frequency
    By kw42chan in forum Excel General
    Replies: 7
    Last Post: 12-15-2011, 08:49 AM

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