Celticshadow
Active Member
- Joined
- Aug 16, 2010
- Messages
- 419
- Office Version
- 365
- Platform
- Windows
Hi All
May I ask the board if it is possible to transfer a row of data to a second sheet if the criteria are met in cell A3 of the first sheet as below. I trust you find this to be in order and tahnks in advance.
Kind Regards
May I ask the board if it is possible to transfer a row of data to a second sheet if the criteria are met in cell A3 of the first sheet as below. I trust you find this to be in order and tahnks in advance.
Kind Regards
Code:
<table border="0" cellpadding="0" cellspacing="0" width="384"><colgroup><col style="width:48pt" span="6" width="64"> </colgroup><tbody><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt;width:48pt" height="17" width="64">
</td><td class="xl68" style="width:48pt" width="64">
</td><td class="xl68" style="width:48pt" width="64">
</td><td class="xl68" style="width:48pt" width="64">
</td><td class="xl68" style="width:48pt" width="64">
</td><td class="xl68" style="width:48pt" width="64">
</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">Condition</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">5</td><td class="xl68">9</td><td class="xl68">3</td><td class="xl68">2</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">
</td><td class="xl68">7</td><td class="xl68">8</td><td class="xl68">9</td><td class="xl68">0</td><td class="xl68">0</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">
</td><td class="xl68">3</td><td class="xl68">4</td><td class="xl68">5</td><td class="xl68">0</td><td class="xl68">0</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">5</td><td class="xl68">9</td><td class="xl68">2</td><td class="xl68">2</td></tr><tr style="height:12.75pt" height="17"><td colspan="6" rowspan="5" class="xl69" style="height:69.75pt; width:288pt" height="93" width="384">IF cell A3 equals SL the I would like to pull the row of data that meets the criteria into sheet 2 as below. The required pull through is solely dependent on cell a3 meeting the sl requirement and not the shown data. Data shown is for eg</td></tr><tr style="height:12.75pt" height="17"></tr><tr style="height:12.75pt" height="17"></tr><tr style="height:12.75pt" height="17"></tr><tr style="mso-height-source:userset;height:18.75pt" height="25"></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">Sheet 2</td><td class="xl68">
</td><td class="xl68">
</td><td class="xl68">
</td><td class="xl68">
</td><td class="xl68">
</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">Condition</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td><td class="xl68">Data</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">5</td><td class="xl68">9</td><td class="xl68">3</td><td class="xl68">2</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td><td class="xl68">1</td></tr><tr style="height:12.75pt" height="17"><td class="xl68" style="height:12.75pt" height="17">SL</td><td class="xl68">1</td><td class="xl68">5</td><td class="xl68">9</td><td class="xl68">2</td><td class="xl68">2</td></tr> </tbody></table>