+ Reply to Thread
Results 1 to 3 of 3

=COUNTIFS('Sheet3!C5:C13',">="&D3,'Sheet3!C5:C13',"<="&F3) why doesn't this work?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-17-2014
    Location
    London
    MS-Off Ver
    2010
    Posts
    1

    =COUNTIFS('Sheet3!C5:C13',">="&D3,'Sheet3!C5:C13',"<="&F3) why doesn't this work?

    Hi everyone, I work for a charity and am trying to produce a report for some funders. I need to to count cells within a date range on sheet three and show how many cells fall within the date range on Sheet 1 - I have no idea why my formula doesn't work - please help!

    =COUNTIFS('Sheet3!C5:C13',">="&D3,'Sheet3!C5:C13',"<="&F3)

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,816

    Re: =COUNTIFS('Sheet3!C5:C13',">="&D3,'Sheet3!C5:C13',"<="&F3) why doesn't this work?

    The single quotes around the Sheet3 ranges are causing a problem. Use this:

    Formula: copy to clipboard
    =COUNTIFS(Sheet3!C5:C13,">="&D3,Sheet3!C5:C13,"<="&F3)
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: =COUNTIFS('Sheet3!C5:C13',">="&D3,'Sheet3!C5:C13',"<="&F3) why doesn't this work?

    firstly it should be
    =COUNTIFS(Sheet3!C5:C13,">="&D3,Sheet3!C5:C13,"<="&F3)
    or if sheet names have a space
    =COUNTIFS('Sheet 3'!C5:C13,">="&D3,'Sheet 3'!C5:C13,"<="&F3)
    secondly if it still doesn't work the dates are not real dates but text that looks like dates
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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: 3
    Last Post: 01-02-2014, 02:15 PM
  2. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  3. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  4. [SOLVED] "=Sheet3!A1" Here I want to reference "Sheet3" from another cell
    By 1tane1 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2013, 06:04 AM
  5. Open files from FTP server (works with "servername" but doesn't work with "ip address")
    By adammsu1983 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2012, 04:30 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