<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: CountIf with Dates in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602764#M3055100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes,you are absolutely right.&lt;/P&gt;&lt;P&gt;Xcelsius(Dashboard) doesnt support some of the Excel functions like Ifsum,countif,counifs,substring,sumif, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround what you did is the only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2012 04:34:57 GMT</pubDate>
    <dc:creator>hai_murali_here</dc:creator>
    <dc:date>2012-03-01T04:34:57Z</dc:date>
    <item>
      <title>CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaq-p/8602763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try using the CountIf-function with dates in the conditional parameter of the function and I am experiencing the same problem as stated here: &lt;A href="http://forums.sdn.sap.com/thread.jspa?threadID=1756183" target="test_blank"&gt;http://forums.sdn.sap.com/thread.jspa?threadID=1756183&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Designer and in Excel itself everything looks ok, but not in the final swf-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the function like this:&lt;/P&gt;&lt;P&gt;=COUNTIF(G$3:G$40; "&amp;gt;"&amp;amp;P4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while P4 holds the value 40940 (01.02.2012 in numeric format) and G3 to G40 also holds various dates with the cell-style set to "numeric". Does it even have any influence to which format the cell-style is set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any workaround or am simply doing something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using Dashboard Design Version 6.0.0.0 Build 14,0,2,364&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;I changed the source data of the function. P4 now contains the return value of DATEVALUE("01.02.2012"). G3 to G40 also contain now =DATEVALUE(&amp;lt;anotherCell&amp;gt;) while &amp;lt;anotherCell&amp;gt; contains the date in textform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is still the same (right result in Excel, wrong result in the Preview/SWF-file). This is confusing because CountIf should work with numbers, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;/P&gt;&lt;P&gt;Edit2:&lt;/P&gt;&lt;P&gt;I got around the problem by not using dates at all and use mere text for the dates. I then convert it with some text-functions and VALUE() to numbers and do COUNTIF() on these numbers. Not nice but it works.&lt;/P&gt;&lt;P&gt;Seems like Dashboard Design doesn't like DATEVALUE() even though it is in the list of supported functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Schueler on Feb 29, 2012 1:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 15:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaq-p/8602763</guid>
      <dc:creator>daniel_schueler</dc:creator>
      <dc:date>2012-02-28T15:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602764#M3055100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes,you are absolutely right.&lt;/P&gt;&lt;P&gt;Xcelsius(Dashboard) doesnt support some of the Excel functions like Ifsum,countif,counifs,substring,sumif, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workaround what you did is the only solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 04:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602764#M3055100</guid>
      <dc:creator>hai_murali_here</dc:creator>
      <dc:date>2012-03-01T04:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602765#M3055101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used &lt;STRONG&gt;Countif, Countifs, Sumif&lt;/STRONG&gt; in my Dashboard and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A.M &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 11:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602765#M3055101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-05T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602766#M3055102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each of the functions listed above should work.  A comprehensive list of Excel Funtions that work with Xcelsius 2008 follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABS ACOS ACOSH ADDRESS AND  ASIN  &lt;/P&gt;&lt;P&gt;ASINH  ASSIGN  ATAN  ATAN2  ATANH  AVEDEV  &lt;/P&gt;&lt;P&gt;AVERAGE  AVERAGEA  AVERAGEIF BETADIST  CEILING  CHAR &lt;/P&gt;&lt;P&gt;CHOOSE  CODE COLUMN COLUMNS  COMBIN  CONCATENATE  &lt;/P&gt;&lt;P&gt;CORREL COS  COSH  COUNT  COUNTA   &lt;/P&gt;&lt;P&gt;COUNTIF  COVAR  DATE  DATEVALUE  DAVERAGE  DAY  &lt;/P&gt;&lt;P&gt;DAYS360  DB  DCOUNT  DCOUNTA  DDB  DEGREES  &lt;/P&gt;&lt;P&gt;DEVSQ  DGET  DIVIDE  DMAX  DMIN  DOLLAR  &lt;/P&gt;&lt;P&gt;DPRODUCT  DSTDEV  DSSTDEVP  DSUM  DVAR  DVARP  &lt;/P&gt;&lt;P&gt;EDATE  EFFECT EOMONTH  EVEN  EXACT  EXP  &lt;/P&gt;&lt;P&gt;EXPONDIST  FACT  FACTDOUBLE FALSE  FIND  FISHER  &lt;/P&gt;&lt;P&gt;FISHERINV  FIXED  FLOOR  FORECAST  FV  GE  &lt;/P&gt;&lt;P&gt;GEOMEAN  GT  HARMEAN  HLOOKUP  HOUR  IF  &lt;/P&gt;&lt;P&gt;IFERROR INDEX  INT  INTERCEPT  IPMT  &lt;/P&gt;&lt;P&gt;IRR  ISBLANK  ISERR  ISERROR  ISEVEN  ISLOGICAL  &lt;/P&gt;&lt;P&gt;ISNA  ISNONTEXT  ISNUMBER  ISODD  ISTEXT  KURT  &lt;/P&gt;&lt;P&gt;LARGE  LE  LEFT  LEN  LN  LOG  &lt;/P&gt;&lt;P&gt;LOG10  LOOKUP  LOWER  MATCH  MAX  MAXA &lt;/P&gt;&lt;P&gt;MEDIAN  MID  MIN  MINA MINUS  MINUTE  &lt;/P&gt;&lt;P&gt;MIRR  MOD  MODE  MONTH  N  NE  &lt;/P&gt;&lt;P&gt;NETWORKDAYS  NORMDIST  NORMINV  NORMSINV  NOT  NOW  &lt;/P&gt;&lt;P&gt;NPER  NPV  OFFSET  OR  PEARSON PERCENTILE &lt;/P&gt;&lt;P&gt;PERCENTRANK PERMUT PI  PMT  POWER  PPMT  &lt;/P&gt;&lt;P&gt;PRODUCT  PV   QUOTIENT  RADIANS  RAND  &lt;/P&gt;&lt;P&gt;RANDBETWEEN RANGE_COLON  RANK  RATE  REPLACE  REPT  &lt;/P&gt;&lt;P&gt;RIGHT  ROUND  ROUNDDOWN  ROUNDUP   ROWS &lt;/P&gt;&lt;P&gt;RSQ SECOND SIGN SIN SINH SLN &lt;/P&gt;&lt;P&gt;SLOPE SMALL  SQRT  STANDARDIZE  STDEV  STDEVA &lt;/P&gt;&lt;P&gt;STDEVP SUBTOTAL SUM SUMIF  SUMPRODUCT  SUMSQ  &lt;/P&gt;&lt;P&gt;SUMX2MY2  SUMX2PY2  SUMXMY2  SYD  TAN  TANH  &lt;/P&gt;&lt;P&gt;TEXT TIME  TIMEVALUE  TODAY  TRUE  TRUNC  &lt;/P&gt;&lt;P&gt;TYPE  VALUE  VAR  VARA  VARP VARPA  &lt;/P&gt;&lt;P&gt;VDB VLOOKUP  WEEKDAY  WEEKNUM  WORKDAY  YEAR  &lt;/P&gt;&lt;P&gt;YEARFRAC  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For future lookup of what functions are supported,  Within Xcelsius click on Help and under the Contents tab expand "Working With Data"   The Supported Excel Functions are listed in that area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 19:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602766#M3055102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-06T19:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602767#M3055103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want implement sort functionality in Dashboard Design(or xcelsius) you just use small() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SMALL(List,nth smallest)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg : small(list,1) will give the least value in the list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 13:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602767#M3055103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-07T13:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: CountIf with Dates</title>
      <link>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602768#M3055104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This post is old but I would like to give feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also unable to use Countifs function in Dashboard. How did you manage to use this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/countif-with-dates/qaa-p/8602768#M3055104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-25T12:29:43Z</dc:date>
    </item>
  </channel>
</rss>

