<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: List of Microsoft Excel functions supported in Xcelsius 2008</title>
	<atom:link href="http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/</link>
	<description>Visual Data Analysis, Information Dashboards and Related Technologies</description>
	<lastBuildDate>Thu, 17 May 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dumb_Xcelsius</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-4627</link>
		<dc:creator>Dumb_Xcelsius</dc:creator>
		<pubDate>Thu, 10 May 2012 05:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-4627</guid>
		<description>ROW and COLUMN are shown as supported functions in the Xcelsius Help document!! But in reality it does not support it!! Using Vlookup drastically slows down the report!!!! DUMB TOOL!! </description>
		<content:encoded><![CDATA[<p>ROW and COLUMN are shown as supported functions in the Xcelsius Help document!! But in reality it does not support it!! Using Vlookup drastically slows down the report!!!! DUMB TOOL!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-4392</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Mon, 28 Nov 2011 11:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-4392</guid>
		<description>Round works for me.</description>
		<content:encoded><![CDATA[<p>Round works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fara</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-4080</link>
		<dc:creator>Fara</dc:creator>
		<pubDate>Tue, 26 Jul 2011 06:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-4080</guid>
		<description>Hi, ROUND() is not working in my dashboard xcelsius 2008. is three any other w/around ..</description>
		<content:encoded><![CDATA[<p>Hi, ROUND() is not working in my dashboard xcelsius 2008. is three any other w/around ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-4029</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Tue, 19 Jul 2011 10:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-4029</guid>
		<description>INDIRECT() does not work :( ...</description>
		<content:encoded><![CDATA[<p>INDIRECT() does not work <img src='http://myxcelsius.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Garrity</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3446</link>
		<dc:creator>James Garrity</dc:creator>
		<pubDate>Thu, 17 Feb 2011 13:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3446</guid>
		<description>Bernd,

DCountA does work! : 

I had a similar issue with Xcelsius and DCOUNTA does work! NOTE: DCOUNTA does work, however, it doesn’t perform the same way that it does in Excel (which is very confusing). In my case, in excel when I left a criteria cell blank, it would basically omit that criteria. As if to say in SQL (Considering fields County, Industry and Class)

Select * From Table Where County = Wicomico, MD AND Industry = Retail

However, once compiled as an SWF it was as if it were saying:

Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = “”

So…to make it work you must use the WILDCARD Operator * in the criteria cell to indicate ALL.

Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = *

And it works…

See a modified example dashboard of the difference between * and “” at: http://staff.salisbury.edu/~jrgarrity/dcounta.swf
Download the Excel Model at: http://staff.salisbury.edu/~jrgarrity/dcounta.xls

See more DCOUNTA functionlity at:
http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx</description>
		<content:encoded><![CDATA[<p>Bernd,</p>
<p>DCountA does work! : </p>
<p>I had a similar issue with Xcelsius and DCOUNTA does work! NOTE: DCOUNTA does work, however, it doesn’t perform the same way that it does in Excel (which is very confusing). In my case, in excel when I left a criteria cell blank, it would basically omit that criteria. As if to say in SQL (Considering fields County, Industry and Class)</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail</p>
<p>However, once compiled as an SWF it was as if it were saying:</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = “”</p>
<p>So…to make it work you must use the WILDCARD Operator * in the criteria cell to indicate ALL.</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = *</p>
<p>And it works…</p>
<p>See a modified example dashboard of the difference between * and “” at: <a href="http://staff.salisbury.edu/~jrgarrity/dcounta.swf" rel="nofollow">http://staff.salisbury.edu/~jrgarrity/dcounta.swf</a><br />
Download the Excel Model at: <a href="http://staff.salisbury.edu/~jrgarrity/dcounta.xls" rel="nofollow">http://staff.salisbury.edu/~jrgarrity/dcounta.xls</a></p>
<p>See more DCOUNTA functionlity at:<br />
<a href="http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx" rel="nofollow">http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3445</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Thu, 17 Feb 2011 07:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3445</guid>
		<description>Hello James,
thanks a lot for your feedback and the link. I suppose that I will have to set up my own little &quot;database&quot; to note all the undocumented problems unless SAP is able to provide us with such an information.
Bernd</description>
		<content:encoded><![CDATA[<p>Hello James,<br />
thanks a lot for your feedback and the link. I suppose that I will have to set up my own little &#8220;database&#8221; to note all the undocumented problems unless SAP is able to provide us with such an information.<br />
Bernd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Garrity</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3444</link>
		<dc:creator>James Garrity</dc:creator>
		<pubDate>Wed, 16 Feb 2011 21:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3444</guid>
		<description>SOLVED: DCOUNTA does work! NOTE: DCOUNTA does work, however, it doesn&#039;t perform the same way that it does in Excel (which is very confusing). In my case, in excel when I left a criteria cell blank, it would basically omit that criteria. As if to say in SQL (Considering fields County, Industry and Class)

Select * From Table Where County = Wicomico, MD AND Industry = Retail

However, once compiled as an SWF it was as if it were saying:

Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = &quot;&quot;

So...to make it work you must use the WILDCARD Operator * in the criteria cell to indicate ALL.

Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = *

And it works...

See a modified example dashboard of the difference between * and &quot;&quot; at: http://staff.salisbury.edu/~jrgarrity/dcounta.swf
Download the Excel Model at: http://staff.salisbury.edu/~jrgarrity/dcounta.xls

See more DCOUNTA functionlity at:
http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx</description>
		<content:encoded><![CDATA[<p>SOLVED: DCOUNTA does work! NOTE: DCOUNTA does work, however, it doesn&#8217;t perform the same way that it does in Excel (which is very confusing). In my case, in excel when I left a criteria cell blank, it would basically omit that criteria. As if to say in SQL (Considering fields County, Industry and Class)</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail</p>
<p>However, once compiled as an SWF it was as if it were saying:</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = &#8220;&#8221;</p>
<p>So&#8230;to make it work you must use the WILDCARD Operator * in the criteria cell to indicate ALL.</p>
<p>Select * From Table Where County = Wicomico, MD AND Industry = Retail AND Class = *</p>
<p>And it works&#8230;</p>
<p>See a modified example dashboard of the difference between * and &#8220;&#8221; at: <a href="http://staff.salisbury.edu/~jrgarrity/dcounta.swf" rel="nofollow">http://staff.salisbury.edu/~jrgarrity/dcounta.swf</a><br />
Download the Excel Model at: <a href="http://staff.salisbury.edu/~jrgarrity/dcounta.xls" rel="nofollow">http://staff.salisbury.edu/~jrgarrity/dcounta.xls</a></p>
<p>See more DCOUNTA functionlity at:<br />
<a href="http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx" rel="nofollow">http://office.microsoft.com/en-us/excel-help/dcounta-HP005209050.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Garrity</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3443</link>
		<dc:creator>James Garrity</dc:creator>
		<pubDate>Wed, 16 Feb 2011 20:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3443</guid>
		<description>Per this forum( http://forums.sdn.sap.com/thread.jspa?threadID=1667292 ), and from my head-wall banging experience just now I believe DCOUNTA is NOT SUPPORTED, or not in its full capacity. My DCOUNTA works beautifully in my spreadsheet, and it is a very robust function, but when I preview my dashboard it doesn&#039;t deliver.

Have you run across this? If this is true, perhaps you should remove it from your list (as I and I&#039;m sure others use it as absolute truth - a great reference).

Cheers,

Jim</description>
		<content:encoded><![CDATA[<p>Per this forum( <a href="http://forums.sdn.sap.com/thread.jspa?threadID=1667292" rel="nofollow">http://forums.sdn.sap.com/thread.jspa?threadID=1667292</a> ), and from my head-wall banging experience just now I believe DCOUNTA is NOT SUPPORTED, or not in its full capacity. My DCOUNTA works beautifully in my spreadsheet, and it is a very robust function, but when I preview my dashboard it doesn&#8217;t deliver.</p>
<p>Have you run across this? If this is true, perhaps you should remove it from your list (as I and I&#8217;m sure others use it as absolute truth &#8211; a great reference).</p>
<p>Cheers,</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3409</link>
		<dc:creator>Bernd</dc:creator>
		<pubDate>Thu, 20 Jan 2011 16:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3409</guid>
		<description>Hello everybody,
yesterday I have wasted a lot of time trying to create a Xcelsius 2008 dashboard by using an excel-spreadsheet with arrays. Thanks to your website I now have learned about the problem xcelsius has with arrays. However, can you tell me, whether there exists a document/information about all the other &quot;excel-incompatibilities&quot; of xcelsius in addition of the list of not supported excel-functions!? Thanks in advance for your reply.</description>
		<content:encoded><![CDATA[<p>Hello everybody,<br />
yesterday I have wasted a lot of time trying to create a Xcelsius 2008 dashboard by using an excel-spreadsheet with arrays. Thanks to your website I now have learned about the problem xcelsius has with arrays. However, can you tell me, whether there exists a document/information about all the other &#8220;excel-incompatibilities&#8221; of xcelsius in addition of the list of not supported excel-functions!? Thanks in advance for your reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan Verma</title>
		<link>http://myxcelsius.com/2008/09/11/list-of-microsoft-excel-functions-supported-in-xcelsius-2008/comment-page-1/#comment-3250</link>
		<dc:creator>Kalyan Verma</dc:creator>
		<pubDate>Thu, 14 Oct 2010 13:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://myxcelsius.com/?p=356#comment-3250</guid>
		<description>@Fred, no info yet on the array function. We will be one of the first to break the news once available. Stay tuned. Thanks</description>
		<content:encoded><![CDATA[<p>@Fred, no info yet on the array function. We will be one of the first to break the news once available. Stay tuned. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 2.076 seconds -->

