<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Credit Card Numbers</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Francis</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-59926</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Sat, 26 Feb 2011 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-59926</guid>
		<description>&lt;p&gt;Oops...that formula should have read&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=TEXT(A1,&quot;0000-0000-0000-0000&quot;)&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Oops&#8230;that formula should have read</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=TEXT(A1,&#8221;0000-0000-0000-0000&#8243;)</div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Smith</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-59859</link>
		<dc:creator>Joe Smith</dc:creator>
		<pubDate>Fri, 25 Feb 2011 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-59859</guid>
		<description>&lt;p&gt;Fucking Microsoft!!!  These fucking morons never considered that folks would want to store their credit card numbers in a spreadsheet?!?  Microsoft&#039;s Motto:  &quot;WE MAKE UR LIFE DIFFICULT&quot;!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fucking Microsoft!!!  These fucking morons never considered that folks would want to store their credit card numbers in a spreadsheet?!?  Microsoft&#8217;s Motto:  &#8220;WE MAKE UR LIFE DIFFICULT&#8221;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajesh</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-44225</link>
		<dc:creator>rajesh</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-44225</guid>
		<description>&lt;p&gt;Hi Francis,&lt;/p&gt;
&lt;p&gt;I tried your solution but it gave me the same error as 16th digit changed to ZERO&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Francis,</p>
<p>I tried your solution but it gave me the same error as 16th digit changed to ZERO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis Hayes</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-38852</link>
		<dc:creator>Francis Hayes</dc:creator>
		<pubDate>Wed, 08 Apr 2009 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-38852</guid>
		<description>&lt;p&gt;Regarding the macro Blu suggested, an important point was missed from the original posting on Ozgrid. To avoid truncating the 16th digit before the macro even fires, the target range must first be formatted as Text. Then when the 16-digit number is entered into the cell, Excel treats it as Text and doesn&#039;t drop the last digit. When the macro fires, it creates a custom text format #### #### #### ####.&lt;/p&gt;
&lt;p&gt;FWIW, the formula =TEXT(A1,&quot;#### #### #### ####&quot;) will return a similarly formatted number from a cell that is formatted as Text (i.e. 1234567890123456 will give you 1234 5678 9012 3456.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Regarding the macro Blu suggested, an important point was missed from the original posting on Ozgrid. To avoid truncating the 16th digit before the macro even fires, the target range must first be formatted as Text. Then when the 16-digit number is entered into the cell, Excel treats it as Text and doesn&#8217;t drop the last digit. When the macro fires, it creates a custom text format #### #### #### ####.</p>
<p>FWIW, the formula =TEXT(A1,&#8221;#### #### #### ####&#8221;) will return a similarly formatted number from a cell that is formatted as Text (i.e. 1234567890123456 will give you 1234 5678 9012 3456.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arul</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-38572</link>
		<dc:creator>arul</dc:creator>
		<pubDate>Fri, 20 Mar 2009 08:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-38572</guid>
		<description>&lt;p&gt;IN VBA PRGRAMMING, HOW TO SEARCH 16 DIGIT CREDIT CARD NUMBER IN EXCEL COLUMNS?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>IN VBA PRGRAMMING, HOW TO SEARCH 16 DIGIT CREDIT CARD NUMBER IN EXCEL COLUMNS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-37777</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-37777</guid>
		<description>&lt;p&gt;Mike -&lt;/p&gt;
&lt;p&gt;You&#039;re confusing numerical values and text strings. Excel can store 32,767 characters in a cell (though it can only display 1024 characters). This is way more than the 16 characters of a credit card number. Obviously the number is stored in the file as a text string, if all 16 digits are shown.&lt;/p&gt;
&lt;p&gt;Excel&#039;s numerical engine can handle 15 digits of precision. As soon as you perform a mathematical operation on a text string that contains only numerical characters, that string is coerced into a numerical value, and it switches from 1024 (or 32k) characters to 15 digits.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike -</p>
<p>You&#8217;re confusing numerical values and text strings. Excel can store 32,767 characters in a cell (though it can only display 1024 characters). This is way more than the 16 characters of a credit card number. Obviously the number is stored in the file as a text string, if all 16 digits are shown.</p>
<p>Excel&#8217;s numerical engine can handle 15 digits of precision. As soon as you perform a mathematical operation on a text string that contains only numerical characters, that string is coerced into a numerical value, and it switches from 1024 (or 32k) characters to 15 digits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-37768</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 05 Feb 2009 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-37768</guid>
		<description>&lt;p&gt;I don&#039;t know Mike, but I&#039;d guess that storing large numbers is easy and calculating with large numbers is hard.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know Mike, but I&#8217;d guess that storing large numbers is easy and calculating with large numbers is hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-37735</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 04 Feb 2009 14:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-37735</guid>
		<description>&lt;p&gt;OK.  This is really annoying. I am having the same issue with 16 digit numbers.  The annoying part is that the actual number is there.  I have a file of about 44K records, each with a unique 16 digit number as one of the fields.  The number is stored in the file correctly.  If I perform a mail merge using the data, the number prints correctly.  If I import the file into SAS, the number imports correctly.  If I try to just look at it&#039;s value in Excel, perform any calculation on it, select it and apply formatting, etc., the trailing 0 shows up.  Why on earth would they build in the functionality to store a 16 digit number, but then not let you display it or use it?  If it walks like a bug and talks like a bug, it just might be a bug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK.  This is really annoying. I am having the same issue with 16 digit numbers.  The annoying part is that the actual number is there.  I have a file of about 44K records, each with a unique 16 digit number as one of the fields.  The number is stored in the file correctly.  If I perform a mail merge using the data, the number prints correctly.  If I import the file into SAS, the number imports correctly.  If I try to just look at it&#8217;s value in Excel, perform any calculation on it, select it and apply formatting, etc., the trailing 0 shows up.  Why on earth would they build in the functionality to store a 16 digit number, but then not let you display it or use it?  If it walks like a bug and talks like a bug, it just might be a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-37496</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Fri, 23 Jan 2009 04:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-37496</guid>
		<description>&lt;p&gt;&lt;strong&gt;elkaba&lt;/strong&gt;: Did you see where I typed the &quot;If you type&quot; and the &quot;you get&quot; parts?  That means that I did try it and didn&#039;t work.  But I&#039;m not above error.  I make errors all the time, so I&#039;ll try it again.  Nope, it still doesn&#039;t work.  I&#039;ll happily change my position, but I&#039;ll need more evidence.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>elkaba</strong>: Did you see where I typed the &#8220;If you type&#8221; and the &#8220;you get&#8221; parts?  That means that I did try it and didn&#8217;t work.  But I&#8217;m not above error.  I make errors all the time, so I&#8217;ll try it again.  Nope, it still doesn&#8217;t work.  I&#8217;ll happily change my position, but I&#8217;ll need more evidence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elkaba</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/05/credit-card-numbers/#comment-37486</link>
		<dc:creator>elkaba</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=522#comment-37486</guid>
		<description>&lt;p&gt;dick you should try what blu is saying before you write something about he&#039;s wrong because i have tried what he says and that&#039;s the best answer for this problem that i have found it does write any number with that length and with about 15 characters more and ashley i dont think you r a genious&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dick you should try what blu is saying before you write something about he&#8217;s wrong because i have tried what he says and that&#8217;s the best answer for this problem that i have found it does write any number with that length and with about 15 characters more and ashley i dont think you r a genious</p>
]]></content:encoded>
	</item>
</channel>
</rss>

