+ Reply to Thread
Results 1 to 3 of 3

countif problem

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    countif problem

    hi ,
    I want to count all the PO# in a particular date in the attached sheet.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    12-25-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    506

    Re: countif problem

    Hi, try add a helper column D to fill up all the empty date D5=IF(ISBLANK(A5),D4,A5) copy down the formula to D596
    Next select E5:E596, press F2, key in =FREQUENCY(INT(D5:D597),INT(D5:D597)) and press Ctrl+Shift+Enter

    excel-forum.JPG

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: countif problem

    In D5

    =IF(A5="","",MATCH(TRUE,INDEX(A6:$A$600<>"",0),0))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. [SOLVED] Countif problem
    By muish in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-21-2013, 07:51 AM
  2. [SOLVED] Problem with COUNTIF
    By ExcelNUBs in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 02:44 PM
  3. Countif problem
    By Werner87 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-11-2012, 09:21 PM
  4. COUNTIF Problem
    By Dan Mackman in forum Excel General
    Replies: 2
    Last Post: 11-12-2008, 10:33 AM
  5. COUNTIF problem with NOW()
    By Spreadsheet in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 06-26-2006, 04:47 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