+ Reply to Thread
Results 1 to 5 of 5

Count values on a specific date with criteria

  1. #1
    Registered User
    Join Date
    10-03-2019
    Location
    gujarat, india
    MS-Off Ver
    2010
    Posts
    2

    Count values on a specific date with criteria

    hi

    please help me on below query.

    i have table that contains dates & another column have values from that table i want to make table that shows that on perticuler date how much count between two values. example mention below

    date Number
    01/09/2019 1
    04/09/2019 2
    02/09/2019 3
    01/09/2019 4
    04/09/2019 2
    01/09/2019 1
    04/09/2019 5
    02/09/2019 2
    01/09/2019 2
    04/09/2019 2
    01/09/2019 3
    04/09/2019 4
    02/09/2019 5
    01/09/2019 1
    04/09/2019 2
    01/09/2019 3
    04/09/2019 3
    02/09/2019 4
    01/09/2019 2
    04/09/2019 2

    from this table i want the result for example i that on 1/09/2019 how much count between 2>=<5

    please help me
    Last edited by Glenn Kennedy; 10-03-2019 at 05:21 AM.

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: required solution for the query

    You could use COUNTIFS:

    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    10-03-2019
    Location
    gujarat, india
    MS-Off Ver
    2010
    Posts
    2

    Re: required solution for the query

    how can i take range value from cell

  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 2403
    Posts
    44,023

    Re: required solution for the query

    Rule 01: Thread Titles

    Hi. We'd like to help... but.

    Your thread title is VERY weak. It should resemble the terms you would use if you were searching Google for an answer. Your title would produce a squillion useless hits.

    So... Please take a moment to amend your thread title. Make sure that the title properly explains your request. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.


    But. You are new here, so I have changed your title for you, on this occasion. However, if you continue to use weak titles, you can expect your thread to be LOCKED until YOU make the required changes.
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

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

    Re: Count values on a specific date with criteria

    Try:
    =COUNTIFS(A:A,F1,B:B,">2",B:B,"<5")
    Attached Files Attached Files

+ 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. Alternate solution or Edit in the VBA required
    By raju.r.083 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-29-2017, 12:34 PM
  2. Replies: 0
    Last Post: 03-22-2016, 05:14 PM
  3. Scroll Bar Solution Required.
    By Freddy7 in forum Excel General
    Replies: 1
    Last Post: 05-18-2015, 04:04 AM
  4. Error 400 Solution Required
    By Maroota in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 02-18-2014, 04:37 AM
  5. [SOLVED] IF Statement solution required
    By Umar in forum Excel General
    Replies: 3
    Last Post: 07-02-2012, 10:45 AM
  6. Solution to a #DIV/0 Error required please
    By divingscubaboy in forum Excel General
    Replies: 2
    Last Post: 03-25-2010, 11:59 AM
  7. Truncating Text - Solution Required.
    By daspery in forum Excel General
    Replies: 3
    Last Post: 03-09-2007, 09:50 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