Log in or Sign up
Coin Talk
Home
Forums
>
Coin Forums
>
Paper Money
>
Plate position arithmetic
>
Reply to Thread
Message:
<p>[QUOTE="dursin, post: 561809, member: 17425"]Went back and fixed a small error in my one line Excel calculation and after staring at it for a while, came up with an alternate way to calculate the plate position which is a little shorter.</p><p><br /></p><p>1) Subtract 1 from serial number</p><p>2) Divide result from step 1 by number of sheets per run and round down.</p><p>3) Divide result from step 2 by number of notes printed per sheet and take the remainder.</p><p><br /></p><p>This should give you the offset within the plate of the note from 0 to 31. Using the prior example.</p><p><br /></p><p>1) 87654321 - 1 = 87654320</p><p>2) 87654320 / 200000 = 438.2716 rounded down to 438</p><p>3) 438.2716 / 32 = 13, remainder 22 is offset to note within plate.</p><p><br /></p><p>To convert the 22 to the actual letter/number pair divide the result from step 8. Take the remainder and add to letter "A" to get the letter and then take the quotient + 1 to get the number.</p><p><br /></p><p>Example:</p><p><br /></p><p>22 / 8 = 6, remainder 2. So, "A"+6 = "G", 2+1 = 3, Plate position is G3.</p><p><br /></p><p>Haven't tested it with all numbers yet, but seems to produce accurate results. In a single cell Excel formula, would look like this:</p><p><br /></p><p>=CHAR(CODE("A")+MOD(MOD(INT((B2-1)/200000),32),8))&INT(MOD(INT((B2-1)/200000),32)/8+1)</p><p><br /></p><p>Not too pretty and does some of the work twice. If you break it down the steps though it becomes clearer. In Excel, you could put in the following values:</p><p><br /></p><p>B2 = The serial number of note</p><p>B3 = B2 - 1</p><p>B4 = INT( B2 / 200000 )</p><p>B5 = MOD( B4 , 32 )</p><p>B6 = CHAR( CODE( "A" ) + MOD( B5 , 8) ) & INT( B5 / 8 ) + 1</p><p><br /></p><p>Note: The MOD() function gives remainder. Also, if your version of Excel or Google documents supports the QUOTIENT() function, the cells B4 and B6 could be re-written as:</p><p><br /></p><p>B4 = QUOTIENT( B2 , 200000 )</p><p>B6 = CHAR( CODE( "A" ) + MOD( B5 , 8) ) & QUOTIENT( B5 , 8 ) + 1[/QUOTE]</p><p><br /></p>
[QUOTE="dursin, post: 561809, member: 17425"]Went back and fixed a small error in my one line Excel calculation and after staring at it for a while, came up with an alternate way to calculate the plate position which is a little shorter. 1) Subtract 1 from serial number 2) Divide result from step 1 by number of sheets per run and round down. 3) Divide result from step 2 by number of notes printed per sheet and take the remainder. This should give you the offset within the plate of the note from 0 to 31. Using the prior example. 1) 87654321 - 1 = 87654320 2) 87654320 / 200000 = 438.2716 rounded down to 438 3) 438.2716 / 32 = 13, remainder 22 is offset to note within plate. To convert the 22 to the actual letter/number pair divide the result from step 8. Take the remainder and add to letter "A" to get the letter and then take the quotient + 1 to get the number. Example: 22 / 8 = 6, remainder 2. So, "A"+6 = "G", 2+1 = 3, Plate position is G3. Haven't tested it with all numbers yet, but seems to produce accurate results. In a single cell Excel formula, would look like this: =CHAR(CODE("A")+MOD(MOD(INT((B2-1)/200000),32),8))&INT(MOD(INT((B2-1)/200000),32)/8+1) Not too pretty and does some of the work twice. If you break it down the steps though it becomes clearer. In Excel, you could put in the following values: B2 = The serial number of note B3 = B2 - 1 B4 = INT( B2 / 200000 ) B5 = MOD( B4 , 32 ) B6 = CHAR( CODE( "A" ) + MOD( B5 , 8) ) & INT( B5 / 8 ) + 1 Note: The MOD() function gives remainder. Also, if your version of Excel or Google documents supports the QUOTIENT() function, the cells B4 and B6 could be re-written as: B4 = QUOTIENT( B2 , 200000 ) B6 = CHAR( CODE( "A" ) + MOD( B5 , 8) ) & QUOTIENT( B5 , 8 ) + 1[/QUOTE]
Your name or email address:
Do you already have an account?
No, create an account now.
Yes, my password is:
Forgot your password?
Stay logged in
Coin Talk
Home
Forums
>
Coin Forums
>
Paper Money
>
Plate position arithmetic
>
Home
Home
Quick Links
Search Forums
Recent Activity
Recent Posts
Forums
Forums
Quick Links
Search Forums
Recent Posts
Competitions
Competitions
Quick Links
Competition Index
Rules, Terms & Conditions
Gallery
Gallery
Quick Links
Search Media
New Media
Showcase
Showcase
Quick Links
Search Items
Most Active Members
New Items
Directory
Directory
Quick Links
Directory Home
New Listings
Members
Members
Quick Links
Notable Members
Current Visitors
Recent Activity
New Profile Posts
Sponsors
Menu
Search
Search titles only
Posted by Member:
Separate names with a comma.
Newer Than:
Search this thread only
Search this forum only
Display results as threads
Useful Searches
Recent Posts
More...