+ Reply to Thread
Results 1 to 2 of 2

How to countifs a row of value + a fixed value?

  1. #1
    Registered User
    Join Date
    04-09-2014
    Location
    California
    MS-Off Ver
    Excel 2013
    Posts
    4

    How to countifs a row of value + a fixed value?

    Hello,

    I want to count a row of values PLUS a specific value, if they together are greater than my criteria. I cant add an extra column where I do the first step of adding, I want to do it in one formula. Is this possible?

    I tried COUNTIFS('Stage1_Date+FixedValue, "<="&2014/12/31,Country,Brazil), which does not work.

    Thank you,
    Bjorn

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to countifs a row of value + a fixed value?

    Maybe this...

    A1 = 2014/12/31
    B1 = Brazil

    =SUMPRODUCT(--(Stage1_Date+FixedValue<=A1),--(Country=B1))
    Last edited by Tony Valko; 04-24-2014 at 08:48 PM.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Fixed Width Text to Excel with fixed break lines.
    By jameel30 in forum Word Formatting & General
    Replies: 1
    Last Post: 08-10-2012, 08:57 PM
  2. [SOLVED] Is there any formula to calculate a fixed increase with a fixed price?
    By ec4excel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-09-2012, 12:15 PM
  3. Loan Calculator with Terms based on Fixed Payment not a fixed time frame.
    By cc4digital in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-03-2012, 04:49 AM
  4. Replies: 0
    Last Post: 12-16-2011, 09:01 AM
  5. Replies: 2
    Last Post: 11-22-2011, 12:33 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