<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Whither double asterisk-inserting custom Excel formula??</title>
	<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula/</link>
	<description>Comments on Ask MetaFilter post Whither double asterisk-inserting custom Excel formula??</description>
	<pubDate>Wed, 06 May 2009 14:41:54 -0800</pubDate>
	<lastBuildDate>Wed, 06 May 2009 14:41:54 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Whither double asterisk-inserting custom Excel formula??</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula</link>	
		<description>Excel n00b needs help with what ought to be a very simple custom formula. And yes, I have looked around on the interwebs for the answer. &lt;br /&gt;&lt;br /&gt; I most humbly submit: &lt;br&gt;
&lt;br&gt;
In order for me to print numbers as &apos;barcode 3 of 9&apos; in a way that my scanner can read it, I have to add asterisks around it when it is still text. For example, &lt;br&gt;
&lt;br&gt;
I have: 39020001341877&lt;br&gt;
I need: *39020001341877*&lt;br&gt;
&lt;br&gt;
One barcode per cell. It&apos;s like doing a find/replace for finding &quot;all 14-digit numbers in all cells in this column&quot; and replace with *asterisks around that number.*&lt;br&gt;
I really need to be able to print them as readable, and I cannot alter how the scanner works, or other non-Excel related variables.  &lt;br&gt;
&lt;br&gt;
If that makes sense to anyone, and you might have an idea how to fix it, please let me know. &lt;br&gt;
&lt;br&gt;
I am using Excel 2007 in Vista.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.121443</guid>
		<pubDate>Wed, 06 May 2009 14:36:38 -0800</pubDate>
		<dc:creator>wowbobwow</dc:creator>
		
			<category>excel</category>
		
			<category>help</category>
		
			<category>specialcharacters</category>
		
			<category>asterisks</category>
		
			<category>formula</category>
		
			<category>resolved</category>
		
	</item> <item>
		<title>By: Ziggy Zaga</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737008</link>	
		<description>Assuming all your values are in column A1, put this in B1:&lt;br&gt;
&lt;br&gt;
=&quot;*&quot;&amp;amp;A1&amp;amp;&quot;*&quot;&lt;br&gt;
&lt;br&gt;
Then copy and paste down the entire length of column B.&lt;br&gt;
Select column B, hit Copy, select column A, Paste Values.&lt;br&gt;
&lt;br&gt;
Someone else might be able to come up with a more elegant answer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737008</guid>
		<pubDate>Wed, 06 May 2009 14:41:54 -0800</pubDate>
		<dc:creator>Ziggy Zaga</dc:creator>
	</item><item>
		<title>By: Faust</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737009</link>	
		<description>If A1 contains the number 12345, then set C1 to:&lt;br&gt;
&lt;br&gt;
=&quot;*&quot; &amp;amp; A1 &amp;amp; &quot;*&quot;&lt;br&gt;
&lt;br&gt;
And the result will be *12345* in C1.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737009</guid>
		<pubDate>Wed, 06 May 2009 14:42:18 -0800</pubDate>
		<dc:creator>Faust</dc:creator>
	</item><item>
		<title>By: Kimberly</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737017</link>	
		<description>Ok, I don&apos;t really know how to do what you want, but I do have a cheesy work around provided you&apos;re not working with HUGE amounts of data.&lt;br&gt;
&lt;br&gt;
Insert a cell before the column with your numbers, type an * in the first column and then drag to copy it to all the cells in the inserted column.  Do the same thing in a column after your column with the numbers.  So you have three columns, one that has * in every cell, one with your numbers, and another one that has * in every cell.&lt;br&gt;
&lt;br&gt;
Copy the three columns and paste into notepad.  Highlight the space between the first asterix and the first number.  Go to Edit &amp;gt; replace and paste in the space you copied  in the &quot;find what&quot; field and put nothing in the &quot;replace with&quot; field.  Hit replace all.&lt;br&gt;
&lt;br&gt;
Then just select all and paste back into your excel column with the numbers and delete the asterix columns.&lt;br&gt;
&lt;br&gt;
It sounds like a lot of steps, but it will take less than 5 minutes to do (unless you have a lot of data).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737017</guid>
		<pubDate>Wed, 06 May 2009 14:47:41 -0800</pubDate>
		<dc:creator>Kimberly</dc:creator>
	</item><item>
		<title>By: soelo</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737018</link>	
		<description>If your data is in cell A1, you want this formula in cell B1:&lt;br&gt;
=CONCATENATE(&quot;*&quot;,A1,&quot;*&quot;)&lt;br&gt;
&lt;br&gt;
If you have other data in column A and only want the asterisks added if it&apos;s 14 digits long, make B1 =LEN(A1) and C1 =IF(B1=14,CONCATENATE(&quot;*&quot;,A1,&quot;*&quot;),A1)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
If you want final cell to be the actual value and not just a formula that displays the value, copy it and then go to Paste Special... and select Values.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737018</guid>
		<pubDate>Wed, 06 May 2009 14:48:08 -0800</pubDate>
		<dc:creator>soelo</dc:creator>
	</item><item>
		<title>By: Kimberly</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737021</link>	
		<description>Heh.  Or that.  What they said above.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737021</guid>
		<pubDate>Wed, 06 May 2009 14:48:23 -0800</pubDate>
		<dc:creator>Kimberly</dc:creator>
	</item><item>
		<title>By: wowbobwow</title>
		<link>http://ask.metafilter.com/121443/Whither-double-asteriskinserting-custom-Excel-formula#1737024</link>	
		<description>Whee! That was the trick. Thank you so so much!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121443-1737024</guid>
		<pubDate>Wed, 06 May 2009 14:50:24 -0800</pubDate>
		<dc:creator>wowbobwow</dc:creator>
	</item>
	</channel>
</rss>
