<?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>topic Re: excel problem in Selling</title>
    <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163061#M55914</link>
    <description>&lt;P&gt;+a1*110%&lt;/P&gt;&lt;P&gt;$10 x 110% = $11.00&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2014 02:14:26 GMT</pubDate>
    <dc:creator>xmystical_memoriesx</dc:creator>
    <dc:date>2014-04-16T02:14:26Z</dc:date>
    <item>
      <title>excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163041#M55913</link>
      <description>&lt;P&gt;I have a collum that is my buy price, I want to ad say 10% to that, I have over 1200 items I need to do it to, I understand that I can "paste special" but what is the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I were thinking but the dont seem to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=a1+10%&lt;/P&gt;&lt;P&gt;&amp;nbsp;and somehow get the same formula for all of the rows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or =a1*110%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 01:59:22 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163041#M55913</guid>
      <dc:creator>t0psales</dc:creator>
      <dc:date>2014-04-16T01:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163061#M55914</link>
      <description>&lt;P&gt;+a1*110%&lt;/P&gt;&lt;P&gt;$10 x 110% = $11.00&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 02:14:26 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163061#M55914</guid>
      <dc:creator>xmystical_memoriesx</dc:creator>
      <dc:date>2014-04-16T02:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163073#M55916</link>
      <description>&lt;P&gt;not working, but basic idea of what I want to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 02:19:57 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163073#M55916</guid>
      <dc:creator>t0psales</dc:creator>
      <dc:date>2014-04-16T02:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163183#M55920</link>
      <description>&lt;P&gt;+a1 * 1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 02:57:06 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163183#M55920</guid>
      <dc:creator>marshbunyip</dc:creator>
      <dc:date>2014-04-16T02:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163617#M55929</link>
      <description>&lt;P&gt;If your starting value (say 10) is in cell A1&lt;/P&gt;&lt;P&gt;And the result you want is to be in B1 then just copy this text including the "=" sign into B1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=A1*110%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value you the see in B1 will be 11, but the formula in there will be the text above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then when you just copy this formula down it will automatically self-adjust to become&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=A1*110%&lt;/P&gt;&lt;P&gt;=A2*110%&lt;/P&gt;&lt;P&gt;=A3*110%&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2014 05:37:48 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1163617#M55929</guid>
      <dc:creator>clarry100</dc:creator>
      <dc:date>2014-04-16T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1165375#M56041</link>
      <description>&lt;P&gt;Click on B1&lt;/P&gt;&lt;P&gt;Then&amp;nbsp; =A1*1.1&lt;/P&gt;&lt;P&gt;If A1 is 10 then B1 will be&amp;nbsp;11&lt;/P&gt;&lt;P&gt;Then just drag the B1 formula down to the end of your listings&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:17:33 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1165375#M56041</guid>
      <dc:creator>my_wishes_and_dreams</dc:creator>
      <dc:date>2014-04-17T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: excel problem</title>
      <link>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1165409#M56042</link>
      <description>&lt;P&gt;ooops&amp;nbsp; mouse over B! until you get the +, should be in the bottom right hand corner .Right click and then drag the formula down over the required number of cells. Excell will automatically put the formule in the "B" column cells&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2014 04:24:53 GMT</pubDate>
      <guid>https://community.ebay.com.au/t5/Selling/excel-problem/m-p/1165409#M56042</guid>
      <dc:creator>my_wishes_and_dreams</dc:creator>
      <dc:date>2014-04-17T04:24:53Z</dc:date>
    </item>
  </channel>
</rss>

