Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
We are trying to figure out how to calculate the UPC check digits? Is there a formula for this calculation? For an example, on cell A1 we enter 74758551488 then A2 will calculate the digit. Greatly appreciate any helps on this in advance! -- Thanks, David |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This thread might help?
http://snipurl.com/1l4bw Gord Dibben MS Excel MVP On Fri, 18 May 2007 20:06:00 -0700, David wrote: Hi, We are trying to figure out how to calculate the UPC check digits? Is there a formula for this calculation? For an example, on cell A1 we enter 74758551488 then A2 will calculate the digit. Greatly appreciate any helps on this in advance! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can find a number of methods in the archives.
Go to http://groups.google.com/advanced_group_search? and enter UPC Check Digit in the Find Messages with all of the words input box, and *excel* in the group input box In article , David wrote: Hi, We are trying to figure out how to calculate the UPC check digits? Is there a formula for this calculation? For an example, on cell A1 we enter 74758551488 then A2 will calculate the digit. Greatly appreciate any helps on this in advance! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much!!!
-- Thanks, David "David" wrote: Hi, We are trying to figure out how to calculate the UPC check digits? Is there a formula for this calculation? For an example, on cell A1 we enter 74758551488 then A2 will calculate the digit. Greatly appreciate any helps on this in advance! -- Thanks, David |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
From the right to left sum all digits in odd positions and multiply
the result by 3. Sum all digits in even position. Sum the results from the above two steps and do a MOD 10 on the total. The check digit is the number which when added to the remainder equals 10. On Fri, 18 May 2007 20:06:00 -0700, David wrote: Hi, We are trying to figure out how to calculate the UPC check digits? Is there a formula for this calculation? For an example, on cell A1 we enter 74758551488 then A2 will calculate the digit. Greatly appreciate any helps on this in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I Calculate Check Digit for UPC A - the 13th warrior | Excel Discussion (Misc queries) | |||
How do I calculate a check-digit in Excel? | Excel Worksheet Functions | |||
Barcode Check Digits | Excel Worksheet Functions | |||
calculate using last four digits of number in cell | Excel Worksheet Functions | |||
ISBN Check Digits | Excel Discussion (Misc queries) |