+ Reply to Thread
Results 1 to 3 of 3

Thread: countif for two column condition

  1. #1
    Registered User
    Join Date
    11-11-2004
    Posts
    4

    Red face countif for two column condition

    hi,

    I would need help with following problem in Excel XP.

    I have in column A dates and in column B percent

    I would need in another cell a formula which give me number of "rows" where is date (in column A) later then today and percent (B) is smaller than 100%.

    Is it possible? I don't want to make Column C where would be - if(and(A>today;B<100%);1;0) and then summ of column C

    Thank You in advance

    Martin
    Last edited by MartyZ; 02-01-2012 at 04:22 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    W Europe
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    452

    Re: countif for two column condition

    Perhaps =sumproduct((A1:A100>today())*(B1:B100<1))

    Adapt ranges to your needs
    Cheers - THE WARNING I RECEIVED WAS NOT JUSTIFIED

  3. #3
    Registered User
    Join Date
    11-11-2004
    Posts
    4

    Re: countif for two column condition

    hi Pepe Le Mokko,

    thank You very much, it works good.

    Martin

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0