+ Reply to Thread
Results 1 to 3 of 3

Add date range selector to formula

  1. #1
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    Add date range selector to formula

    I am looking to add a date range selector to a formula and despite looking at other examples, I cannot get it to work.

    In B6 of the output sheet, I would like to only return the values from the data where the dates are in a range. Sheet 'Form responses 1' holds the data in column A for the date.

    The range is input by the user in B1 & B2

    Thank you in advance. BVG
    Attached Files Attached Files
    Last edited by Badvgood; 02-20-2020 at 03:37 PM.

  2. #2
    Registered User
    Join Date
    06-24-2018
    Location
    India
    MS-Off Ver
    2016
    Posts
    45

    Re: Add date range selector to formula

    I've used below formula from B6:F9 cells

    =COUNTIFS('Form responses 1'!$B:$B,B$5,'Form responses 1'!$E:$E,$A6,'Form responses 1'!$I:$I,$A$4,'Form responses 1'!$L:$L,">="&$B$1,'Form responses 1'!$L:$L,"<="&$B$2)

    Hope it helped you!!
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    02-09-2007
    Location
    UK
    MS-Off Ver
    2019 & 365
    Posts
    304

    Re: Add date range selector to formula

    Quote Originally Posted by Naren_Kumar View Post
    I've used below formula from B6:F9 cells

    =COUNTIFS('Form responses 1'!$B:$B,B$5,'Form responses 1'!$E:$E,$A6,'Form responses 1'!$I:$I,$A$4,'Form responses 1'!$L:$L,">="&$B$1,'Form responses 1'!$L:$L,"<="&$B$2)

    Hope it helped you!!
    Thank you so much, it worked perfectly. Kind regards BVG

+ 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. Replies: 4
    Last Post: 03-21-2018, 09:25 AM
  2. Date selector / calendar without a plug in / add on ?
    By millerjj22 in forum Excel General
    Replies: 2
    Last Post: 05-15-2017, 04:39 AM
  3. [SOLVED] Drop Down Form Date Selector - Excel 2013 64bit
    By Noob Saibot in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-22-2015, 09:06 AM
  4. Date picker:Date Selector Form.
    By mixedup in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-11-2008, 03:03 AM
  5. [SOLVED] User Form - Range Selector
    By Mike Archer in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-14-2006, 06:35 PM
  6. [SOLVED] range picker / selector
    By KT in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-29-2005, 09:06 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