Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Im building a unique data base to uploaded into quickbooks of over 5000 products that all have a unique 12-digit UPC code as shown below. The way I want to set up my file involves me using this code but only 5-digits of it that still remain unique throught the 5000 products. I'd like to simply do what I do when I copy/paste formulas to a specific row to get the outcome. For example, below
610764180018 would be in my system '18001' 610764111319 would be in my system '11131' I need to find a way to chisle off the first six and last one digits to make a 6-digit code. I know the forumula must be simple and out there, but I've looked around and have spent a few hours with this. Any ideas out there? Very much thanks! Sean |
#2
![]() |
|||
|
|||
![]() Quote:
=LEFT(LEFT(RIGHT(A1,6),6),5) Replace "A1" with the reference that you want. |
#3
![]() |
|||
|
|||
![]()
Oh wow man! thanks a lot! thats made my day! new favorite forum!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need my formula to analyse numerical and text data | Excel Discussion (Misc queries) | |||
Formula needed: argument changes as more data is added | Excel Worksheet Functions | |||
Devise a formula to add non numerical data | Excel Discussion (Misc queries) | |||
Numerical data formula | Excel Worksheet Functions | |||
Alpha & Numerical Help Needed | Excel Worksheet Functions |