+ Reply to Thread
Results 1 to 2 of 2

counting number of dates AND check for true false

  1. #1
    Registered User
    Join Date
    01-30-2007
    Posts
    1

    counting number of dates AND check for true false

    I need some help.

    I am using
    =SUMPRODUCT(($C$8:$C$4372="INCOMPLETE")*($D$8:$D$4372="VEDI ANDERSON")) and it is working fine.

    However I want to adjust it to ALSO count number of dates in the first column so I tried (UNSUCCESSFULLY)
    =SUMPRODUCT(($C$8:$C$4372,">="&today())*($D$8:$D$4372="VEDI ANDERSON"))

    Please help me...just a novice.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792
    If you just want to count when column C is today's date and D is "VEDI ANDERSON" try

    =SUMPRODUCT(($C$8:$C$4372=today())*($D$8:$D$4372="VEDI ANDERSON"))

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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