<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://excelusergroup.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Functions and Formulas</title><link>http://excelusergroup.org/forums/16.aspx</link><description>Function and formula discussions. 

Definition: Formulae, contain Functions. A function is, for example SUM, SUMIF, VLOOKUP. you assemble these into a formula.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/8639.aspx</link><pubDate>Wed, 12 Oct 2011 13:55:24 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:8639</guid><dc:creator>Bob Phillips</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/8639.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=8639</wfw:commentRss><description>&lt;p&gt;So start your own thread for your question, don&amp;#39;t hijack another.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/8634.aspx</link><pubDate>Mon, 10 Oct 2011 18:03:32 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:8634</guid><dc:creator>Daniel</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/8634.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=8634</wfw:commentRss><description>&lt;p&gt;I have this IF - THEN question.&amp;nbsp; Is it possible to write an IF statement that would take information and add it to the first blank space in a column?&amp;nbsp; For instance:&amp;nbsp; IF there is an &amp;quot;X&amp;quot; in A5, take the information in B5 and put it in the first blank cell in column A in Worksheet 2, then have that same function for other &amp;quot;A&amp;quot; cells in the worksheet that would continue to add to that list.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/8573.aspx</link><pubDate>Thu, 15 Sep 2011 04:52:06 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:8573</guid><dc:creator>A. Dreamer</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/8573.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=8573</wfw:commentRss><description>&lt;p&gt;Hello! My problem is similar to Mathews although I&amp;#39;m not sure the same formula will work...&amp;nbsp;The calculation concerns two people running after each other, one starting from a further horizontal&amp;nbsp;distance...&amp;nbsp;I would need my excell spreadsheet to do this:&lt;/p&gt;
&lt;p&gt;If person B&amp;#39;s horizontal position = to person A&amp;#39;s horizontal position and person B&amp;#39;s&amp;nbsp;vertical&amp;nbsp;position is &amp;gt;= to person A&amp;#39;s vertical position, the box should display &amp;quot;gone past him&amp;quot;. If person B&amp;#39;s horizontal position = to person A&amp;#39;s horizontal position and person B&amp;#39;s&amp;nbsp;vertical&amp;nbsp;position is &amp;lt;= to person A&amp;#39;s vertical position, the box should display &amp;quot;catching up to him&amp;quot;. If person B&amp;#39;s horizontal position&amp;nbsp;&amp;gt; to person A&amp;#39;s horizontal position and person B&amp;#39;s&amp;nbsp;vertical&amp;nbsp;position is &amp;lt;= to person A&amp;#39;s vertical position, it should display &amp;quot;approaching&amp;quot;.&lt;/p&gt;
&lt;p&gt;Is this possible? Thank you! &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2841.aspx</link><pubDate>Sat, 18 Oct 2008 07:16:30 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2841</guid><dc:creator>mathews.yohannan</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2841.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2841</wfw:commentRss><description>&lt;p&gt;thanks. it worked. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;Mathew&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2837.aspx</link><pubDate>Fri, 17 Oct 2008 14:51:20 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2837</guid><dc:creator>Bob Phillips</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2837.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2837</wfw:commentRss><description>&lt;p&gt;=IF(A1=&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,IF(A1&amp;gt;=3,&amp;quot;Fast &amp;quot;,IF(A1&amp;gt;=1,&amp;quot;Slow &amp;quot;,&amp;quot;Non-&amp;quot;)))&amp;amp;&amp;quot;Moving&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2836.aspx</link><pubDate>Fri, 17 Oct 2008 13:45:54 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2836</guid><dc:creator>mathews.yohannan</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2836.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2836</wfw:commentRss><description>&lt;p&gt;Thanks for the responses. To make your understanding more clear, when it meets the below crieterias i want the answers as below. &lt;br /&gt;&amp;nbsp;&lt;br /&gt;Crieteria&amp;nbsp;&amp;nbsp; Category&lt;br /&gt;&amp;gt;=3Fast&amp;nbsp;&amp;nbsp;&amp;nbsp; Moving&lt;br /&gt;&amp;gt;1&amp;lt;=2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Slow Moving&lt;br /&gt;&amp;lt;=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Non Moving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2823.aspx</link><pubDate>Sat, 11 Oct 2008 17:56:32 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2823</guid><dc:creator>Bob Phillips</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2823.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2823</wfw:commentRss><description>&lt;p&gt;Perhaps youmean&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;=IF(A1=&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,IF(A1&amp;gt;=3,&amp;quot;Fast &amp;quot;,IF(A1&amp;gt;=1,&amp;quot;&amp;quot;,&amp;quot;Slow &amp;quot;)))&amp;amp;&amp;quot;Moving&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2822.aspx</link><pubDate>Sat, 11 Oct 2008 10:20:15 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2822</guid><dc:creator>Nick Hodge</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2822.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2822</wfw:commentRss><description>&lt;p&gt;Matthew&lt;/p&gt;
&lt;p&gt;There are some contradictions in your criteria, e.g you have &amp;gt;3 and &amp;lt;3. What happens if it &lt;span style="text-decoration:underline;"&gt;is&lt;/span&gt; 3? I have allowed for some of these but anything over 1 will get a proper case Slow Moving and anything below or equal to 1 will get an all lower case &amp;#39;slow moving&amp;#39;. (That would be too subtle a difference for me!)&lt;/p&gt;
&lt;p&gt;I have also allowed the first clause to show nothing if the cell it relies on is blank.&lt;/p&gt;
&lt;p&gt;=IF(A1=&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,IF(A1&amp;gt;=3,&amp;quot;Fast Moving&amp;quot;,IF(A1&amp;gt;1,&amp;quot;Slow Moving&amp;quot;,&amp;quot;slow moving&amp;quot;)))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>IF then Else function usage in Excel 2007</title><link>http://excelusergroup.org/forums/thread/2821.aspx</link><pubDate>Sat, 11 Oct 2008 09:21:33 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:2821</guid><dc:creator>mathews.yohannan</dc:creator><slash:comments>0</slash:comments><comments>http://excelusergroup.org/forums/thread/2821.aspx</comments><wfw:commentRss>http://excelusergroup.org/forums/commentrss.aspx?SectionID=16&amp;PostID=2821</wfw:commentRss><description>&lt;p&gt;Hi All, &lt;/p&gt;
&lt;p&gt;I need help in terms of usage of which funtion formula to do the following. &lt;/p&gt;
&lt;p&gt;I have an excel sheet in which i would like to use the &amp;#39;&lt;strong&gt;IF&amp;#39; funtion &lt;/strong&gt;and then by formatting arrive at the values in the cell, say if the value of a particular cell is &lt;strong&gt;&amp;gt; 3&lt;/strong&gt; then the cell in which we are putting the formula should read as &lt;strong&gt;Fast Moving. &lt;/strong&gt;Similarly if the value is &lt;strong&gt;between &amp;gt;1 and &amp;lt; 3&lt;/strong&gt; then it should read as &lt;strong&gt;Slow moving &lt;/strong&gt;and if the value is &lt;strong&gt;less than 1 &lt;/strong&gt;it should read as &lt;strong&gt;slow moving. &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Can someone help me with the function to be used to solve this. &lt;/p&gt;
&lt;p&gt;Thanks in advance. &lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Mathew&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>