Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Countif function with 3 conditions
Name: ice Date: February 2, 2009 at 01:34:11 Pacific OS: Windows XP Subcategory: General
Comment:
Help! I need to determine the formula for using countif with 3 conditions:
Example :
Column D should count these conditions: 1.Countif a:b <=January 31, 2009 2.Countif a:b = "DSSL" 3.Countif a:b = "DSSI"
Column E should Count these conditions: 1.Countif a:b >January 31, 2009 2.Countif a:b = "DSSL" 3.Countif a:b = "DSSI"
Summary: yea you're on the right track you may want to consider writing functions for each condition (ie ... if sngBooks <= 3 points = 10; fewBooks(sngBooks, points); else if sngBooks > 3 and <= 6 ...
Summary: I trying to write a program based on an Access db I have that manages my bank accounts and budget, but I need help choosing the 1) language (narrowed to Java, C++, or Python) 2) programming style (OO ...
Summary: hi... I'm a beginner in programming with C++ I want to know how can I use the standard functions of C++ that is used by character array... till now i knew strcat,gets but like these functions: strc...