Exporting to Microsoft Excel from System Five
Leading Zero Problem in MS Excel
Microsoft Excel will remove leading zeros when manipulating data in the Comma Seperated Values (CSV) format. To prevent this from happening there are some steps that can be used to preserve the leading zeros as demonstrated in the following article.
Excel Lookup to link data from 2 worksheets
The following link will demonstrate how to merge to sheets of Excel data that match using a unique value that is common to both sheets. In the example we want category information to copy to the first sheet from the second using part number as our lookup value.
Excel programming to delete specific character
When preparing a partfile to be loaded to System Five there may be a need to delete a specific character from the Excel sheet. The following link gives an example for stripping a “-” sign from the partnumber column.
Barcode Fixing in Excel
Sometimes you may need to fix up barcodes without a check digit. This excel routine can help with this problem.
barcode_fix_routine_format_upc_11_12_digit_check_digit_checkdigit_excel
Tip: placing a single quote (') into the front of a barcode might help prevent problems where excel converts it to a number and you lose leading 0's. Here is a sample formula for excel that will add a single quote (') to the start of your barcode field. It assumes the barcode is in column A and we are setting up the formula on row 2.
="'"&A2