<?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: Using IF THEN Calculations in FRx</title>
	<atom:link href="http://www.frxbuzz.com/using-if-then-calculations-in-frx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/</link>
	<description>Simplify FRx and Management Reporter</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:24:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Grant</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-8068</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Wed, 05 Oct 2011 22:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-8068</guid>
		<description>Hi Jan
I am looking for a way to 2 columns MTD and YTD in dollars and beside It I would like to calculate  a unit cost....for example 
Column B=MTD$, Column C=YTD$, Column D=MTDUnit$, Column E=YTDUnit$.
I have been able to get the desired result by using column references on separate lines....line 100 shows values pulled from the GL in column B and C and line 130 shows calculated values in columns.  I would like to combine the 2 rows into one but if I use a regular calculation it just combines the total cost and the unit cost together.
Any ideas?
Thanks
Grant</description>
		<content:encoded><![CDATA[<p>Hi Jan<br />
I am looking for a way to 2 columns MTD and YTD in dollars and beside It I would like to calculate  a unit cost&#8230;.for example<br />
Column B=MTD$, Column C=YTD$, Column D=MTDUnit$, Column E=YTDUnit$.<br />
I have been able to get the desired result by using column references on separate lines&#8230;.line 100 shows values pulled from the GL in column B and C and line 130 shows calculated values in columns.  I would like to combine the 2 rows into one but if I use a regular calculation it just combines the total cost and the unit cost together.<br />
Any ideas?<br />
Thanks<br />
Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Harrigan CPA</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-5133</link>
		<dc:creator>Jan Harrigan CPA</dc:creator>
		<pubDate>Thu, 07 Jul 2011 14:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-5133</guid>
		<description>It sounds an awful lot like you need to use &lt;a href=&quot;http://www.frxbuzz.com/how-to-do-column-placement-in-frx/&quot; rel=&quot;nofollow&quot;&gt;column placement&lt;/a&gt;. There may be an easier way, but I&#039;d have to see what you&#039;re doing to tell for sure. Good luck!</description>
		<content:encoded><![CDATA[<p>It sounds an awful lot like you need to use <a href="http://www.frxbuzz.com/how-to-do-column-placement-in-frx/" rel="nofollow">column placement</a>. There may be an easier way, but I&#8217;d have to see what you&#8217;re doing to tell for sure. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-5092</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 05 Jul 2011 23:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-5092</guid>
		<description>Hi There
I am using unit accounts in a report that has both MTD column and a calculation that adds up each period 1-12 to get a correct YTD number (exchange issues).  
The issue I am having is that some units accounts are regular i.e. add up periods 1-12 for a total YTD unit while other unit accounts are non-cumulative (each month stands alone).
Can you think of a way to identify certain rows as non-cumulative and have the MTD figure appear in the YTD Calculation column?
Hope that makes sense.
Grant</description>
		<content:encoded><![CDATA[<p>Hi There<br />
I am using unit accounts in a report that has both MTD column and a calculation that adds up each period 1-12 to get a correct YTD number (exchange issues).<br />
The issue I am having is that some units accounts are regular i.e. add up periods 1-12 for a total YTD unit while other unit accounts are non-cumulative (each month stands alone).<br />
Can you think of a way to identify certain rows as non-cumulative and have the MTD figure appear in the YTD Calculation column?<br />
Hope that makes sense.<br />
Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Harrigan CPA</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-2051</link>
		<dc:creator>Jan Harrigan CPA</dc:creator>
		<pubDate>Fri, 04 Feb 2011 17:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-2051</guid>
		<description>Don&#039;t think you can return a &quot;yes&quot; but you can return the amount which is what you&#039;re doing above. You might try this instead of the &#039;abs&#039;: 
if p &lt; -50000 or p &gt; 50000 then p else 0</description>
		<content:encoded><![CDATA[<p>Don&#8217;t think you can return a &#8220;yes&#8221; but you can return the amount which is what you&#8217;re doing above. You might try this instead of the &#8216;abs&#8217;:<br />
if p < -50000 or p > 50000 then p else 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-2020</link>
		<dc:creator>Robby</dc:creator>
		<pubDate>Thu, 03 Feb 2011 18:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-2020</guid>
		<description>I&#039;m attempting to add a few column&#039;s to my income statement that will look at the actual vs. budget variance column, compare it to a variance threshold, then return a &quot;yes&quot; if the variance is exceeded. 

IF ABS P&gt;50000 THEN P ELSE 0

Thought this would be simple, but its not working out. 

I also wanted to have a column that looked a % variance column and returned a &quot;yes&quot; if the % variance exceeded 10%. 

IF ABS P&gt;50000 THEN P ELSE 0

This doesn&#039;t work either. 

Do I need to make adjustments to my rows??

Any help would be much appreciated!</description>
		<content:encoded><![CDATA[<p>I&#8217;m attempting to add a few column&#8217;s to my income statement that will look at the actual vs. budget variance column, compare it to a variance threshold, then return a &#8220;yes&#8221; if the variance is exceeded. </p>
<p>IF ABS P&gt;50000 THEN P ELSE 0</p>
<p>Thought this would be simple, but its not working out. </p>
<p>I also wanted to have a column that looked a % variance column and returned a &#8220;yes&#8221; if the % variance exceeded 10%. </p>
<p>IF ABS P&gt;50000 THEN P ELSE 0</p>
<p>This doesn&#8217;t work either. </p>
<p>Do I need to make adjustments to my rows??</p>
<p>Any help would be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Harrigan CPA</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-1661</link>
		<dc:creator>Jan Harrigan CPA</dc:creator>
		<pubDate>Tue, 18 Jan 2011 19:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-1661</guid>
		<description>The bad news is that what you&#039;re trying can&#039;t be done because the account number field is not a numeric field.

But I&#039;m guessing you&#039;re trying to flip signs in the revenue section. If so, the good news is that there&#039;s a much easier way than if/then/else. See the 3 tricks are in the &#039;budget variance&#039; section of my post on top 12 FRx tricks. Do a search (on this site) and you&#039;ll see exactly what to do.</description>
		<content:encoded><![CDATA[<p>The bad news is that what you&#8217;re trying can&#8217;t be done because the account number field is not a numeric field.</p>
<p>But I&#8217;m guessing you&#8217;re trying to flip signs in the revenue section. If so, the good news is that there&#8217;s a much easier way than if/then/else. See the 3 tricks are in the &#8216;budget variance&#8217; section of my post on top 12 FRx tricks. Do a search (on this site) and you&#8217;ll see exactly what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debbie</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-1659</link>
		<dc:creator>Debbie</dc:creator>
		<pubDate>Tue, 18 Jan 2011 19:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-1659</guid>
		<description>I have a comparatve statement that was created in FRX.  I want to Sbutract this years column from prior year column if the account number is &gt;= 40000 and =&quot;40000&quot; and b&lt;= &quot;49999&quot; then c-e else e-c.  Can this be done?  It does not seem to be working.</description>
		<content:encoded><![CDATA[<p>I have a comparatve statement that was created in FRX.  I want to Sbutract this years column from prior year column if the account number is &gt;= 40000 and =&#8221;40000&#8243; and b&lt;= &quot;49999&quot; then c-e else e-c.  Can this be done?  It does not seem to be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Harrigan CPA</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-1594</link>
		<dc:creator>Jan Harrigan CPA</dc:creator>
		<pubDate>Thu, 13 Jan 2011 17:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-1594</guid>
		<description>Thanks! No re referencing the base period in the row, but you might try a search re &#039;average headcount&#039; for some information on dividing by the period number.</description>
		<content:encoded><![CDATA[<p>Thanks! No re referencing the base period in the row, but you might try a search re &#8216;average headcount&#8217; for some information on dividing by the period number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Sundberg</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-1593</link>
		<dc:creator>Kris Sundberg</dc:creator>
		<pubDate>Thu, 13 Jan 2011 17:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-1593</guid>
		<description>Great Thread!  I was wondering if it was possible to reference the Base Period of a report in the row.  I&#039;d like to use the If/then statement  to determine whether to pull a year over year growth based on a budget, or based on the actuals for a report that shows 24 months of data through dec 2011</description>
		<content:encoded><![CDATA[<p>Great Thread!  I was wondering if it was possible to reference the Base Period of a report in the row.  I&#8217;d like to use the If/then statement  to determine whether to pull a year over year growth based on a budget, or based on the actuals for a report that shows 24 months of data through dec 2011</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Harrigan CPA</title>
		<link>http://www.frxbuzz.com/using-if-then-calculations-in-frx/comment-page-1/#comment-568</link>
		<dc:creator>Jan Harrigan CPA</dc:creator>
		<pubDate>Thu, 11 Nov 2010 00:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.frxbuzz.com/?p=272#comment-568</guid>
		<description>No...I wish! Jan</description>
		<content:encoded><![CDATA[<p>No&#8230;I wish! Jan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/16 queries in 0.953 seconds using disk: basic
Object Caching 380/384 objects using disk: basic

Served from: www.frxbuzz.com @ 2012-02-04 18:17:57 -->
