<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Goal Seek Archives - Excel Zoom</title>
	<atom:link href="https://excelzoom.com/tag/goal-seek/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelzoom.com/tag/goal-seek/</link>
	<description>...because it&#039;s more than just a calculator</description>
	<lastBuildDate>Wed, 17 Sep 2014 18:26:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://excelzoom.com/wp-content/uploads/2022/04/favicon.ico</url>
	<title>Goal Seek Archives - Excel Zoom</title>
	<link>https://excelzoom.com/tag/goal-seek/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Use Solver in Excel</title>
		<link>https://excelzoom.com/use-solver-excel/</link>
					<comments>https://excelzoom.com/use-solver-excel/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 17 Sep 2014 18:18:52 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Goal Seek]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=625</guid>

					<description><![CDATA[<p>Solver is an add-in tool that lets you find solutions to various problems. You can use solver in Excel to run through &#8220;what-if&#8221; scenarios that might help you determine the best course of action. The &#8220;best&#8221; answer will be different for each problem, and might include maximizing profits, reducing cost, or producing the best use of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/use-solver-excel/">How to Use Solver in Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Solver is an add-in tool that lets you find solutions to various problems. You can use solver in Excel to run through &#8220;what-if&#8221; scenarios that might help you determine the best course of action. The &#8220;best&#8221; answer will be different for each problem, and might include maximizing profits, reducing cost, or producing the best use of resources.</p>

<p>Before we continue, you should check to see that Solver is installed on your version of Excel.</p>
<p>Navigate to the add-ins menu, and make sure that Solver Add-in has a check in the box next to it.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-626" src="https://excelzoom.com/wp-content/uploads/2014/09/add-ins.png" alt="Solver Add-In Menu" width="302" height="378" /></p>
<p>You should then be able to find Solver in the Data tab.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-627" src="https://excelzoom.com/wp-content/uploads/2014/09/data-solver.jpg" alt="Solver Data Tab" width="450" height="55" /></p>
<p>If you&#8217;re able to see Solver in the Data tab like in the screenshot above, you should be all set to use Solver in Excel.</p>
<p>To understand how to use Solver in Excel, you should know the group of cells that the add-in works with:</p>
<ul>
<li><strong>Decision Variable Cells:</strong> The values in the variable cells are adjusted by Solver when solving a problem.</li>
<li><strong>Constraint Cell:</strong> Provides Solver with the restrictions, or limits on the values that it has to work with in order to produce a result.</li>
<li><strong>Objective Cell:</strong> Solver provides the optimal value depending on the criteria provided in the Objective Cell. This cell must contain a formula.</li>
</ul>
<p>Before you start to use Solver, you will want to have a spreadsheet set up with a problem that you want to solve. For demonstration purposes we will work with a spreadsheet that is trying to determine how many of four different types of &#8220;Widgets&#8221; to manufacture in order to maximize profits.</p>
<p>We will assume that each Widget produces the following profits:</p>
<ul>
<li>Widget A: $25</li>
<li>Widget B: $35</li>
<li>Widget C: $45</li>
<li>Widget D: $55</li>
</ul>
<p>Assuming there were no constraints, and we could manufacture and sell Widget D just as easily as the other Widgets, we should drop Widgets A-C and just focus on Widget D.</p>
<p>However in real life there are constraints such as time to produce, availability of materials, etc.</p>
<p>Let&#8217;s also assume the following constraints for each Widget:</p>
<ul>
<li>Widget A Requires:
<ul>
<li>Part A: 4</li>
<li>Part B: 6</li>
<li>Time (hours): 0.25 (15 minutes)</li>
</ul>
</li>
<li>Widget B Requires:
<ul>
<li>Part A: 6</li>
<li>Part B: 5</li>
<li>Time (hours): 0.25 (15 minutes)</li>
</ul>
</li>
<li>Widget C Requires:
<ul>
<li>Part A: 4</li>
<li>Part B: 8</li>
<li>Time (hours): 0.5 (30 minutes)</li>
</ul>
</li>
<li>Widget D Requires:
<ul>
<li>Part A: 6</li>
<li>Part B: 10</li>
<li>Time (hours): 0.5 (30 minutes)</li>
</ul>
</li>
</ul>
<p>We also have a maximum of 17,000 Part A, 50,000 Part B, and 2,000 hours of labor.</p>
<p>What we are looking to do is solve the following equation, where Y<sub>A</sub> is the quantity of Widget A, Y<sub>B</sub> is the quantity of Widget B, and so on.</p>
<p>Maximize: 25 Y<sub>A</sub> + 35 Y<sub>B</sub> + 45 Y<sub>C</sub> + 55 Y<sub>D</sub></p>
<p>Subject to these constraints:</p>
<p>Part A: 4 Y<sub>A</sub> + 6 Y<sub>B</sub> + 4 Y<sub>C</sub> + 6 Y<sub>D</sub> &lt;= 17,000<br />
Part B: 6 Y<sub>A</sub> + 5 Y<sub>B</sub> + 8 Y<sub>C</sub> + 10 Y<sub>D</sub> &lt;= 50,000<br />
Time: 0.25 Y<sub>A</sub> + 0.25 Y<sub>B</sub> + 0.5 Y<sub>C</sub> + 0.5 Y<sub>D</sub> &lt;= 2,000</p>
<p>Additionally, another constraint is you can&#8217;t build a negative number of any of the Widgets, so:</p>
<p>Y<sub>A</sub> + Y<sub>B</sub> + Y<sub>C</sub> + Y<sub>D</sub> &gt;= 0</p>

<h3>Set-up Your Spreadsheet With Data</h3>
<p>We can then build a spreadsheet with this information:</p>

<p>In the spreadsheet all the numbers, other than the numbers in column G, were manually entered. There are four cells with formulas:</p>
<ul>
<li>G5: =SUMPRODUCT(C3:F3,C4:F4) &#8211; Note this is the same as saying =C3*C4+D3*D4+E3*E4+F3*F4.</li>
<li>G8: =SUMPRODUCT(C8:F8:$C$4:$F$4) &#8211; In this formula, we add the $ signs to keep the reference to cells C4:F4 static when we eventually copy the formula to other cells.</li>
<li>G9-G10: Copy the formula from G8 down to G9 and G10. Since we used the $ signs in the formula in G8, the formula in G9 and G10 will retain the references to cells C4:F4 (because this part had the $ signs), but will update itself to reference C9:F9, and C10:F10 (since this part did not have $ signs).</li>
</ul>
<h3>Use Solver to Maximize Profits:</h3>
<p>Now, to find out the maximum profit, we are going to let Solver run through the scenario and provide us with an answer. First we need to tell Solver what we are trying to do.</p>
<ul>
<li>On the Data tab, click on Solver.</li>
<li>Click in the Set Objective field and type $G$5, or click on cell G5. This tells Solver which cell we want to optimize.</li>
<li>The To option should be set to Max. This tells Solver that we want to maximize the value in cell G5.</li>
<li>In the By Changing Variable Cells box, type $C$4:$F$4, or highlight the range C4:F4 with your mouse. This tells Solver which cells should change in order to maximize the value in cell G5.</li>
<li>Next to the Subject to Constraints box click the Add button. Here we will provide the constraints that we described in the math formula above.
<ul>
<li>We want the resources to be limited by the quantities we have available, so in the Cell Reference box (left side), enter $G$8:$G$10, or select the range G8:G10 with your mouse.</li>
<li>The dropdown box (middle) should be set to &lt;=.</li>
<li>The Constraint box (right side) should be set to the maximum quantities available, which in our case is $H$8:$H$10.</li>
<li>Click OK.</li>
</ul>
</li>
<li>If we had additional constraints to enter, we could do so by clicking the Add button. In this case we want to make sure the Units to produce are not negative, we could enter a new constraint of $C$4:$F$4 &gt;= 0.</li>
<li>Since all of our variables are constrained, it won&#8217;t change the outcome if you check or uncheck the box for Make Unconstrained Variables Non-Negative.</li>
<li>Click Solve.</li>
</ul>

<p>Solver will run through the problem and provide the optimal number of each Widget type to produce in order to maximize profits. You should see a message saying that &#8220;Solver found a solution&#8221;.</p>

<p>In this scenario, in order to maximize profits we need to produce 3,500 of Widget C, 500 of Widget D, and none of Widgets A or B.</p>
<h3>Find Ways to Further Maximize Profits:</h3>
<p>If we want to generate an Answer report, click on Answer under the Reports section in the Solver Results window. Solver will create an Answer Report tab to the left of the tab you are working on.</p>

<p>The Answer Report will show you the original and final values of the objective and variable cells. It will also list out the resources that prevented Solver from further maximizing our profits.</p>
<p>In this case, Part A and Time were both fully used up. In the report their status is &#8220;Binding&#8221;, with a slack of 0. Part B was the only resource that was not binding, as there were 17,000 units left over.</p>
<p>In the real world we could use this information to try to determine if we could possibly acquire more of Part A, and hire more employees to further maximize the profits.</p>
<p>If this wasn&#8217;t a possibility, we could see if there was something else we could make with the 17,000 remaining units of Part B.</p>
<h3>Other Ways to Use Solver in Excel:</h3>
<p>We just ran through a simple scenario to maximize the profit of a widget manufacturer. However the usage of Solver is not limited to producing widgets.</p>
<p>You can use Solver in Excel to help allocate money to certain investments, purchasing real-estate, or scheduling staff at a multi-location business.</p>
<p>Do you use Solver in Excel? Let&#8217;s hear about how you use it in the comments.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/use-solver-excel/">How to Use Solver in Excel</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/use-solver-excel/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Goal Seek to Break Even</title>
		<link>https://excelzoom.com/goal-seek-to-break-even/</link>
					<comments>https://excelzoom.com/goal-seek-to-break-even/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Thu, 20 Aug 2009 18:07:53 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Goal Seek]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=260</guid>

					<description><![CDATA[<p>Recently I found myself deciding if I should sell some stock in order to provide a little extra cash to my bank account.  I purchased shares of the company&#8217;s stock four times in various quantities, and at varying prices.  Due to the downturn in the stock market recently the prices dropped steadily, so I was [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/goal-seek-to-break-even/">Goal Seek to Break Even</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Recently I found myself deciding if I should sell some stock in order to provide a little extra cash to my bank account.  I purchased shares of the company&#8217;s stock four times in various quantities, and at varying prices.  Due to the downturn in the stock market recently the prices dropped steadily, so I was able to purchase some of the shares at a low price.  The company has done a little better in recent months and has produced a gain for some of the shares I bought at the lower price.</p>
<p>The question I want to solve is: if I sell all the shares that have produced a gain, how many of the shares should I sell at a loss in order to offset the gains, and the resulting taxes?<br />
<br />
To do this, I set up my spreadsheet like the one below:</p>
<table width="582" border="0" cellspacing="0" cellpadding="0">
<colgroup span="1">
<col span="1" width="14" />
<col span="1" width="51" />
<col span="1" width="104" />
<col span="1" width="103" />
<col span="1" width="92" />
<col span="1" width="96" />
<col span="1" width="122" /> </colgroup>
<tbody>
<tr>
<td width="14" height="17"></td>
<td width="51"><strong>A</strong></td>
<td width="104"><strong>B</strong></td>
<td width="103"><strong>C</strong></td>
<td width="92"><strong>D</strong></td>
<td width="96"><strong>E</strong></td>
<td width="122"><strong>F</strong></td>
</tr>
<tr>
<td align="right" height="17"><strong>1</strong></td>
<td><strong>Shares</strong></td>
<td><strong>Purchase Price</strong></td>
<td><strong>Total Purchase</strong></td>
<td><strong>Current Price</strong></td>
<td><strong>Current Value</strong></td>
<td><strong>Current Gain/Loss</strong></td>
</tr>
<tr>
<td align="right" height="17"><strong>2</strong></td>
<td>       60</td>
<td>               65.26</td>
<td>           3,915.60</td>
<td>            20.79</td>
<td>         1,247.40</td>
<td>              (2,668.20)</td>
</tr>
<tr>
<td align="right" height="17"><strong>3</strong></td>
<td>       20</td>
<td>               17.26</td>
<td>             345.20</td>
<td>            20.79</td>
<td>            415.80</td>
<td>                    70.60</td>
</tr>
<tr>
<td align="right" height="17"><strong>4</strong></td>
<td>       75</td>
<td>               14.37</td>
<td>           1,077.75</td>
<td>            20.79</td>
<td>         1,559.25</td>
<td>                  481.50</td>
</tr>
<tr>
<td align="right" height="17"><strong>5</strong></td>
<td>     100</td>
<td>                 6.95</td>
<td>             695.00</td>
<td>            20.79</td>
<td>         2,079.00</td>
<td>               1,384.00</td>
</tr>
<tr>
<td align="right" height="17"><strong>6</strong></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td align="right" height="17"><strong>7</strong></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>Total Gains</td>
<td>               1,936.10</td>
</tr>
<tr>
<td align="right" height="17"><strong>8</strong></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>Losses to Break Even</td>
<td>                         &#8211;</td>
</tr>
<tr>
<td align="right" height="17"><strong>9</strong></td>
<td></td>
<td></td>
<td></td>
<td colspan="2">Shares to be Sold to Break Even</td>
<td></td>
</tr>
</tbody>
</table>
<pre>Note: these are not the actual amounts I used in my own personal situation. They are only provided for illustration purposes.</pre>
<p><a href="https://excelzoom.com/example_files/GoalSeekBreakevenExample.xls">Download the example file here.</a></p>
<p>In cell F8 (labeled &#8220;Losses to Break Even&#8221; in cell E8), I have the following formula: =(F9*B2)-(F9*D2), which I want to equal the total gains amount, of $1,936.10.  Right now it is showing a zero value because I haven&#8217;t determined how many shares need to be sold at a loss to equal the gains.</p>
<p>To do this, select cell F8, then click Tools | Goal Seek.  In the box that pops up, enter the following:</p>
<ul>
<li>Set cell: Keep as F8.  If it isn&#8217;t F8, enter F8 here.</li>
<li>To value: Enter 1,936.10, as this is the value we wish to set the losses to.</li>
<li>By changing cell: Enter cell F9, as you want to determine how many shares need to be sold in order to break even.</li>
<li>Click OK</li>
</ul>
<p>The result will tell you that you should sell 43.54 shares in order to break even.</p>
<p>For more information on Excel&#8217;s Goal Seek feature, take a look at the post <a href="https://excelzoom.com/2009/07/goal-seek-to-solve-a-problem/">Goal Seek to Solve a Problem</a>.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/goal-seek-to-break-even/">Goal Seek to Break Even</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/goal-seek-to-break-even/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Goal Seek to Solve A Problem</title>
		<link>https://excelzoom.com/goal-seek-to-solve-a-problem/</link>
					<comments>https://excelzoom.com/goal-seek-to-solve-a-problem/#comments</comments>
		
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:14:27 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Automatic]]></category>
		<category><![CDATA[Formula]]></category>
		<category><![CDATA[Goal Seek]]></category>
		<guid isPermaLink="false">http://excelzoom.com/?p=230</guid>

					<description><![CDATA[<p>Microsoft Excel is jam packed with cool useful features that tend to go unused by most users, simply because they don&#8217;t know how to use them, or even that they exist.  One of these features is Excel&#8217;s Goal Seek tool. First, some background on what it does.  Goal Seek is essentially the answer to every [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/goal-seek-to-solve-a-problem/">Goal Seek to Solve A Problem</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft Excel is jam packed with cool useful features that tend to go unused by most users, simply because they don&#8217;t know how to use them, or even that they exist.  One of these features is Excel&#8217;s Goal Seek tool.</p>
<p>First, some background on what it does.  Goal Seek is essentially the answer to every middle school aged kid&#8217;s math test word problem.  It is best used when you know the answer to the problem you&#8217;re trying to solve, but don&#8217;t know all the inputs.</p>
<p>For example, a simple word problem might be &#8220;You have 432 sheets of paper to give out to a class of 36 students.  How many sheets of paper does each student get.&#8221;  Well you know that 36 multiplied by something will give you 432, but you don&#8217;t know what that number is.  You could divide 432 by 36 to get the answer, but let&#8217;s assume that isn&#8217;t possible right now.  With Goal Seek, you need several things:</p>
<ul>
<li>An answer expressed as a formula, in this case 432 is equal to 36 times something.  Don&#8217;t worry, the result of the formula doesn&#8217;t have to equal 432 yet.  That&#8217;s the magic of Goal Seek.</li>
<li>You need one part of the equation, in this case 36.</li>
</ul>
<p><br />
To start, type the following into your spreadsheet in the cells indicated.</p>
<table border="0">
<tbody>
<tr>
<td>
<h3> </h3>
</td>
<td>
<h3 style="text-align: center;">A </h3>
</td>
</tr>
<tr>
<td>
<h3>1</h3>
</td>
<td> 36</td>
</tr>
<tr>
<td>
<h3>2</h3>
</td>
<td> &lt;leave blank&gt;</td>
</tr>
<tr>
<td>
<h3>3</h3>
</td>
<td> =A1*A2</td>
</tr>
</tbody>
</table>
<p>Next, open Goal Seek (Tools | Goal Seek, or Data tab on the Excel 2007 ribbon | What If Analysis | Goal Seek).</p>
<p>You are now going to be asked for three things. </p>
<ol>
<li><strong>Set Cell</strong>: this is the reference to the cell that contains your formula, in which you want Excel to produce your answer of 432.  In our example it should be A3.  Note: the Set Cell MUST contain a formula or function.</li>
<li><strong>To Value</strong>: this is the value you want in your Set Cell (A3).  The value here should be 432.</li>
<li><strong>By Changing Cell</strong>: Since we know that the formula in cell A3 is correct, and the value of 36 in cell A1 is correct, we want Excel to produce the answer of 432 by changing cell A2.  Type A2 in this box.  Note: the Changing Cell MUST contain a value.</li>
<li><strong>Click OK</strong>.</li>
</ol>
<p>After clicking OK, Excel will attempt to find a solution to the equation.  Once it does, it will enter the missing number in cell A2 and your formula should now equal 432.</p>
<p>Obviously this is a basic example, and doesn&#8217;t use Goal Seek&#8217;s capabilities to their fullest extent.  Let&#8217;s take another example that looks at a company&#8217;s sales by product to get their desired level of revenue.</p>
<p>XYZ Company makes four different products, Product A, Product B, Product C, and Product D.  The company can produce 1,000, 750, 500, and 100 of each product respectively.  The products also sell for $15, $20, $35, and $50 respectively.  Their maximum revenue for products produced that month, therefore is as follows:</p>
<table border="0">
<tbody>
<tr>
<td> </td>
<td>
<h3 style="TEXT-ALIGN: center">A</h3>
</td>
<td>
<h3 style="TEXT-ALIGN: center">B</h3>
</td>
<td>
<h3 style="TEXT-ALIGN: center">C</h3>
</td>
<td>
<h3 style="TEXT-ALIGN: center">D</h3>
</td>
</tr>
<tr>
<td style="TEXT-ALIGN: center">
<h3>1</h3>
</td>
<td><strong>Product</strong></td>
<td><strong>Production</strong></td>
<td><strong>Sales Price</strong></td>
<td><strong>Net Revenue</strong></td>
</tr>
<tr>
<td>
<h3>2</h3>
</td>
<td>Product A</td>
<td>1,000</td>
<td>$15</td>
<td>$15,000</td>
</tr>
<tr>
<td>
<h3>3</h3>
</td>
<td>Product B</td>
<td>750</td>
<td>$20</td>
<td>$15,000</td>
</tr>
<tr>
<td>
<h3>4</h3>
</td>
<td>Product C</td>
<td>500</td>
<td>$35</td>
<td>$17,500</td>
</tr>
<tr>
<td>
<h3>5</h3>
</td>
<td>Product D</td>
<td>100</td>
<td>$50</td>
<td>$5,000</td>
</tr>
<tr>
<td>
<h3>6</h3>
</td>
<td>Total</td>
<td> </td>
<td> </td>
<td>$52,500</td>
</tr>
</tbody>
</table>
<p>Now say the company feels that their underdog, Product D, could be producing much more.  They also want their revenues to be 60,000.  How many more of Product D will they need to produce?</p>
<p>To figure this out, run Goal Seek just like before, except this time, the &#8220;Set Cell&#8221; is cell D6, &#8220;To Value&#8221; is 60,000, and the &#8220;By Changing Cell&#8221; is cell B5.  After clicking OK, you&#8217;ll notice that Excel has changed the value in cell B5 to 250, indicating that you will need to increase production of Product D to 250 units from 100 in order to have revenues of $60,000, assuming everything else remains the same.</p>
<p>The post <a rel="nofollow" href="https://excelzoom.com/goal-seek-to-solve-a-problem/">Goal Seek to Solve A Problem</a> appeared first on <a rel="nofollow" href="https://excelzoom.com">Excel Zoom</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://excelzoom.com/goal-seek-to-solve-a-problem/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
