The actual steps: what your Microsoft 365 admin does once, what you do the first time you open it, and how to price a whole RFP.
The Excel add-in puts Market Rates inside your own bid file, and it is included with your Cargado subscription. Two people are involved, once.
Individual users do not install anything.
Your customer’s RFP will not use Cargado’s words. You reconcile that once per workbook, in the Cargado Mappings sheet, and a VLOOKUP translates everything downstream. The yellow cells arrive pre-filled with examples; replace them with your own.
Open Cargado Rates and fill in a single row before you paste two hundred. The sheet reads left to right, and the middle block is what makes a wrong answer obvious.
Once the mapping is right, call the functions straight into your own RFP tab and fill down. Every function takes the same arguments:
Square brackets are optional. Leave miles out and Cargado works out the distance. Leave crossing out on a lane that does not cross the U.S.-Mexico border.
With origin in column A, destination in B, trailer in C and crossing in D, the mid rate for row 2 is:
Fill that down your bid file and the rest prices itself.
| Function | Returns |
|---|---|
| CARGADO.RATE_HISTORY_P25_P50 · _P75 | The low, mid and high rate for the lane. |
| CARGADO.RATE_HISTORY_PER_MILE_P25_P50 · _P75 | The same three, as a rate per mile. |
| CARGADO.RATE_HISTORY_ALL_IN_P25_P50 · _P75 | The same three, as an all-in rate. |
| CARGADO.RATE_HISTORY_P50_SPARKLINE | The mid rate’s history as a text sparkline, so it fits in one cell. |
| CARGADO.RATE_CONFIDENCE | STRONG, MEDIUM or LOWER. |
| CARGADO.RATE_CONFIDENCE_SCORE | The number behind that label. |
| CARGADO.RATE_MARGIN_OF_ERROR | The margin of error in dollars. |
| CARGADO.RATE_RELATIVE_MARGIN_OF_ERROR | The margin of error as a percentage, 0 to 1. |
| CARGADO.RATE_ORIGIN_MARKET_NAMECARGADO.RATE_DESTINATION_MARKET_NAME | The market each end of the lane matched to. |
| CARGADO.RATE_ORIGIN_MARKET_TYPECARGADO.RATE_DESTINATION_MARKET_TYPE | Whether that market is standard or extended. |
| CARGADO.RATE_ORIGIN_MARKET_CODECARGADO.RATE_DESTINATION_MARKET_CODE | The market code, for joining back to your own data. |
| CARGADO.RATE_TRAILER_CATEGORY | The trailer category the rate was priced on. |
| CARGADO.RATE_BORDER_CROSSING | The crossing used in the lookup. |
| CARGADO.RECOMMENDED_BORDER_CROSSING(origin, destination, trailerType) | The crossing Cargado would recommend, and the first one if several qualify. |
| CARGADO.RATE_ROUTE_MILES | The route distance in miles. |
| CARGADO.RATE_CURRENCY_CODE | The currency the rate is quoted in. |
Rate lookups are metered on unique combinations of function arguments, once a week, not on how often Excel recalculates.
If your plan’s rate lookup quota is exceeded, a Cargado sales associate will reach out to you.
Email success@cargado.com or bring it to your success manager. If the add-in is deployed but not appearing, tell us which Excel your team runs and whether the admin chose Entire organization.
Related: Part 2 · Price it first covers reading the band, and what to do with a lane that has no rate.