Results 1 to 13 of 13

Problem with function for count with criteria

Threaded View

  1. #10
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191
    =SUMPRODUCT(('Master log'!K:K>'Master log'!L:L)*('Master log'!D:D="HJT"))
    Then just switch the sign from > to < for the second formula. One should have an = after the sign to take care of that contingency.
    For the second formula, if the first is in A1 on it's sheet, you could also do =Countif('Master log'!D:D,"HJT")-A1 instead of a second SUMPRODUCT formula. It might run a little faster than that formula if there's a ton of data.
    Last edited by darkyam; 03-23-2008 at 05:23 PM.

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