Hi Eric,<br>i just had to make one small change to your code (put &quot; around USP8)<br><br>writer.writerow((&#39;=hyperlink(&quot;<a href="http://www.ncbi.nlm.nih.gov/gene/9101" target="_blank">http://www.ncbi.nlm.nih.gov/gene/9101</a>&quot;,<br>

&quot;USP8&quot;)&#39;, &#39;bla&#39;))<br><br>Thanks. (Also, please ignore my previous msg to you.)<br><br><div class="gmail_quote">On Wed, Jan 12, 2011 at 2:57 PM, Eric Walstad <span dir="ltr">&lt;<a href="mailto:eric@ericwalstad.com">eric@ericwalstad.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Wed, Jan 12, 2011 at 11:51 AM, Max Slimmer &lt;<a href="mailto:max@theslimmers.net">max@theslimmers.net</a>&gt; wrote:<br>

&gt; As far as I can tell there is no way to include formulas in csv<br>
</div>Darn<br>
<div class="im"><br>
&gt;&gt; writer.writerow((&#39;hyperlink(&quot;<a href="http://www.ncbi.nlm.nih.gov/gene/9101" target="_blank">http://www.ncbi.nlm.nih.gov/gene/9101</a>&quot;,<br>
&gt;&gt; USP8)&#39;, &#39;bla&#39;))<br>
</div>And that should have included an equal sign<br>
writer.writerow((&#39;=hyperlink(...<br>
</blockquote></div><br>