Excel
- Setting Up The WorksheetShipRush works with spreadsheets in the Excel format. Excel versions 2000, XP, 2003 and 2007 can be used. Most modern Excel file types work with ShipRush: .xls, .xlsx, and .xlsb files are supported.
ShipRush reads from the spreadsheet into the ShipRush Order Manager. From the Order Manager, you can ship one-at-a-time or in bulk. Tracking numbers can be written back into the spreadsheet.
Before a spreadsheet can be used with ShipRush, it needs
two simple preparation steps.
The data must be in a worksheet named either "shiprush" or "sheet1" as shown:


The worksheet needs to have appropriate column names to identify the data. A basic set of columns is required. Additional columns are optional.
Column names are set by simply typing the names in row 1 of the worksheet:

This worksheet is ready to go:

Required column names:
Contact
Company
Address1
City
State
PostalCode
For ShipRush to write the tracking number into Excel,
two additional columns are required:
OrderID
TrackingNumber
The OrderID column must be unique within the worksheet.
For example, it can be a unique customer ID or order number. For a quick
way to generate unique ID's in Excel, see the section
below.
The TrackingNumber column should be empty. This is where ShipRush will write tracking numbers. Note that any data in this column will be overwritten by ShipRush.
Additional Optional Columns
Address2
ItemAccountingID
ItemID
ItemDescription
ItemQuantity
ItemPrice
ItemTotal
ItemWeight
OrderNum
OrderDate
CustomerPO
ApprovalTransactionID
MarketingCode
Reference
If your source data lacks a unique value for each row, take these steps:
In row 1 of an empty column, enter: OrderID
In row 2 of this column, enter the formula: =Row()
Select the cell from #2 above and press ctrl-c
Now select all cells in this column from row 3 down to the bottom of the data
Press ctrl-v
This will paste the formula into all cells in this column
Each row should now have a unique row number in the OrderID column. This will allow ShipRush to write tracking numbers back into Excel.