Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Another way that involves no code or formulas is to insert a few extra columns containing HTML tags... </p> <p>To see this copy this text, select a cell in Excel and choose <em>Paste Special > Text</em>. </p> <pre><code>&lt;Table&gt;&lt;td&gt; Name &lt;td&gt; ID &lt;td&gt; Image &lt;tr&gt;&lt;td&gt; product 1 &lt;td&gt; 111 &lt;td&gt; image111A.jpg &lt;!--&gt; product 1 111 &lt;/!--&gt;&lt;td&gt; image111B.jpg &lt;tr&gt;&lt;td&gt; product 2 &lt;td&gt; 222 &lt;td&gt; image222A.jpg &lt;!--&gt; product 2 222 &lt;/!--&gt;&lt;td&gt; image222B.jpg &lt;!--&gt; product 2 222 &lt;/!--&gt;&lt;td&gt; image222C.jpg &lt;tr&gt;&lt;td&gt; product 3 &lt;td&gt; 333 &lt;td&gt; image333A.jpg &lt;!--&gt; product 3 333 &lt;/!--&gt;&lt;td&gt; image333B.jpg </code></pre> <p>The result is shown in the screenshot below. To create this layout: </p> <ul> <li>insert extra columns between the fields </li> <li>enter the title rows </li> <li>fill down all lines with the lines containing the comment characters. </li> <li>Select the Name Column and choose Advanced <em>Filter > Unique values > OK</em> </li> <li>fill down the values for the first line of each product.</li> </ul> <p><img src="https://i.stack.imgur.com/bHlnh.png" alt="enter image description here"></p> <p>Now copy and paste as text. To do this you can <em>either</em></p> <ul> <li>copy to notepad, select all text and copy and paste in Excel, <em>or</em> </li> <li>activate the office clipboard, copy and paste by clicking the icon then choose <em>Paste-Special text</em>.</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload