<?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: need help with iterative loop in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049660#M220176</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Selecting the grade has an influence on the area needed and the threads available for choice at that grade.&lt;/P&gt;
&lt;P&gt;Have added to Werner's great sheet:&lt;/P&gt;
&lt;P&gt;Two linked list boxes where you can choose the grade in the first list box and this dictates what shows in the second list box.&amp;nbsp; Choose in the second list box and it outputs the area.&lt;/P&gt;
&lt;P&gt;The first list box choice of grade is used to choose a suitable bar to match Area required (that varies by grade) and the chosen grade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New calculations are in the draft area off to the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jan 2026 13:46:47 GMT</pubDate>
    <dc:creator>terryhendicott</dc:creator>
    <dc:date>2026-01-04T13:46:47Z</dc:date>
    <item>
      <title>Re: need help with iterative loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049612#M220172</link>
      <description>&lt;P&gt;I have:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DS_14452341_0-1767377321814.png" style="width: 195px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/133111iE323BCBE15AA08DE/image-dimensions/195x50?v=v2" width="195" height="50" role="button" title="DS_14452341_0-1767377321814.png" alt="DS_14452341_0-1767377321814.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And a dropdown with rebar properties:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DS_14452341_0-1767377742027.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/133113i401FBAE4BFC66DE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DS_14452341_0-1767377742027.png" alt="DS_14452341_0-1767377742027.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Areas are in col 2, 0.44, 0.60, 0.79, etc. How can I write an equation that returns the bar size with the largest area exceeding Areqd?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise, thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 18:19:10 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049612#M220172</guid>
      <dc:creator>DS_14452341</dc:creator>
      <dc:date>2026-01-02T18:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: need help with iterative loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049624#M220173</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;How can I write an equation that returns the bar size with the largest area exceeding Areqd?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I guess you rather mean with the smallest area which still exceeds A&lt;SUB&gt;reqd&lt;/SUB&gt;, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately the dropdown is to be used just for manual selection.&lt;/P&gt;
&lt;P&gt;Prime can't access all the data therein automatically.&lt;/P&gt;
&lt;P&gt;You need the data in a data structure Prime can work with.&lt;/P&gt;
&lt;P&gt;This can be a matrix consisting all the values or a series of individual vectors (nx1 matrices).&lt;/P&gt;
&lt;P&gt;You must not but you can use a Prime table to input all the values.&lt;/P&gt;
&lt;P&gt;Once the data is here its easy for Prime to select the row needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The attached sheet should help. Unless otherwise stated I assume that you are using the current version (11) of Prime.&lt;BR /&gt;In case you don't, I attach a pdf print for your information.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jan 2026 08:04:46 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049624#M220173</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2026-01-03T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: need help with iterative loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049660#M220176</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Selecting the grade has an influence on the area needed and the threads available for choice at that grade.&lt;/P&gt;
&lt;P&gt;Have added to Werner's great sheet:&lt;/P&gt;
&lt;P&gt;Two linked list boxes where you can choose the grade in the first list box and this dictates what shows in the second list box.&amp;nbsp; Choose in the second list box and it outputs the area.&lt;/P&gt;
&lt;P&gt;The first list box choice of grade is used to choose a suitable bar to match Area required (that varies by grade) and the chosen grade.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;New calculations are in the draft area off to the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Terry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jan 2026 13:46:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1049660#M220176</guid>
      <dc:creator>terryhendicott</dc:creator>
      <dc:date>2026-01-04T13:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: need help with iterative loop</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1057805#M220684</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/1037456"&gt;@DS_14452341&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to see if you got the help you needed.&lt;/P&gt;
&lt;P&gt;If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.&amp;nbsp;&lt;BR /&gt;Of course, if you have more to share on your issue, please pursue the conversation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Anurag&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 16:47:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Re-need-help-with-iterative-loop/m-p/1057805#M220684</guid>
      <dc:creator>anursingh</dc:creator>
      <dc:date>2026-03-09T16:47:01Z</dc:date>
    </item>
  </channel>
</rss>

