P
PneumaGT
I am new to Excel and I am trying to figure out a fairly comple
equation.
My wife works for a shipping company and they deal with placing UP
codes on various items. Now each item has to have a specific code tha
cannot be shared by any other item (obviously). But the equation sh
has to use in order to do this takes some time. Now the issue here i
that she has hundreds of these UPC Codes she needs to figure out ASAP.
Essentially she just wants to be able to insert the numbers that ar
given to her and have excel figure out the UPC and insert it into th
appropriate field.
Now i have looked at this and it is very possible. But i dont know ho
to write it out (my excel skills are far beyond rusty).
HERE IS WHAT SHE HAS TO DO
Step One: Suppose you want to find the Check Digit for the UCC-1
(U.P.C.) Number 61414121022. Set up a table with 12 columns, and pu
the number 61414121022 into Positions One through Eleven. Positio
Twelve will be blank because it is reserved for the Check Digit.
Step Two: Add the numbers in Positions One, Three, Five, Seven, Nine
and Eleven:
(6 + 4 + 4 + 2 + 0 + 2 = 18).
Step Three: Multiply the result of Step Two by three:
(18 x 3 = 54).
Step Four: Add the numbers in Positions Two, Four, Six, Eight, and Ten
(1 + 1 + 1 + 1 + 2 = 6).
Step Five: Add the results of Step Three and Step Four:
(54 + 6 = 60).
Step Six: The Check Digit is the smallest number needed to round th
result of Step Five up to a multiple of 10. In this example, the Chec
Digit is 0.
The number she would then Have is: 614141210220 I just want her to b
able to type in the number (which is actually pretty arbitrary) an
then have excel do that aforementioned math and spit out that las
number and put that number in the neighboring field.
Ideas
equation.
My wife works for a shipping company and they deal with placing UP
codes on various items. Now each item has to have a specific code tha
cannot be shared by any other item (obviously). But the equation sh
has to use in order to do this takes some time. Now the issue here i
that she has hundreds of these UPC Codes she needs to figure out ASAP.
Essentially she just wants to be able to insert the numbers that ar
given to her and have excel figure out the UPC and insert it into th
appropriate field.
Now i have looked at this and it is very possible. But i dont know ho
to write it out (my excel skills are far beyond rusty).
HERE IS WHAT SHE HAS TO DO
Step One: Suppose you want to find the Check Digit for the UCC-1
(U.P.C.) Number 61414121022. Set up a table with 12 columns, and pu
the number 61414121022 into Positions One through Eleven. Positio
Twelve will be blank because it is reserved for the Check Digit.
Step Two: Add the numbers in Positions One, Three, Five, Seven, Nine
and Eleven:
(6 + 4 + 4 + 2 + 0 + 2 = 18).
Step Three: Multiply the result of Step Two by three:
(18 x 3 = 54).
Step Four: Add the numbers in Positions Two, Four, Six, Eight, and Ten
(1 + 1 + 1 + 1 + 2 = 6).
Step Five: Add the results of Step Three and Step Four:
(54 + 6 = 60).
Step Six: The Check Digit is the smallest number needed to round th
result of Step Five up to a multiple of 10. In this example, the Chec
Digit is 0.
The number she would then Have is: 614141210220 I just want her to b
able to type in the number (which is actually pretty arbitrary) an
then have excel do that aforementioned math and spit out that las
number and put that number in the neighboring field.
Ideas