Home > CNFANS Spreadsheet: A Guide to Detecting Payment and Freight Log Discrepancies

CNFANS Spreadsheet: A Guide to Detecting Payment and Freight Log Discrepancies

2026-04-05

In the complex world of logistics and supply chain management, accurate billing is paramount. Discrepancies between payment records and freight logs can lead to significant financial losses, strained vendor relationships, and operational inefficiencies. The CNFANS Spreadsheet

The Core Challenge: Why Discrepancies Occur

Mismatches between what you're billed for and what your freight logs show typically arise from:

  • Data Entry Errors:
  • Accessorial Charge Ambiguity:
  • Rate Application Errors:
  • Timing Gaps:

Step-by-Step: Cross-Verification with the CNFANS Spreadsheet

Step 1: Data Consolidation & Standardization

Begin by importing or entering data into two dedicated sheets within your CNFANS workbook:

  • Sheet "Payments":Invoice #, Carrier, PO/Shipment #, Date, Billed Weight, Service, Charges (Line-haul, Fuel, Accessorials), Total Amount.
  • Sheet "Freight Logs":Shipment #, Carrier, Ship Date, Actual Weight, Dimensions, Origin/Destination, Service Level, Expected Charges.

Pro Tip: Use standardized identifiers (like a unique PO/Shipment #) as your primary key for matching records.

Step 2: Key Field Alignment & Matching

Use spreadsheet functions to link corresponding records. The VLOOKUPXLOOKUP

Example: In your 'Payments' sheet, create a new column "Actual Weight from Logs" with a formula that finds the matching Shipment # in the 'Freight Logs' sheet and pulls the actual weight. Instantly, you can see if the billed weight matches the logged weight.

Step 3: Discrepancy Flagging with Formulas

Automate detection by creating "Check Columns" that highlight variances.

  • Weight Variance:=IF(ABS([@[Billed Weight]]-[@[Actual Weight]])>Tolerance, "CHECK", "OK")
  • Charge Variance:=IF(ABS([@[Total Amount]]-[@[Expected Charges]])>MinDifference, "INVESTIGATE", "Match")
  • Service Mismatch:=IF([@[Billed Service]]<>[@[Logged Service]], "MISMATCH", "")

Apply conditional formatting to these check columns to turn "CHECK" or "INVESTIGATE" cells red for immediate visibility.

Step 4: Analysis of Accessorial Charges

This is often where the largest discrepancies hide. Create a pivot table from your 'Payments' sheet to sum accessorial charges by type (e.g., "Residential Delivery," "Inside Delivery"). Compare this summary against your internal logs or booking notes to verify these services were actually requested and provided.

Step 5: Regular Audit Cycle & Reporting

Make this cross-verification a weekly or bi-weekly routine. Update both datasets and refresh your formulas and pivot tables. Create a summary dashboard on a separate sheet that shows:
- Total Number of Transactions Reviewed
- Number of Discrepancies Flagged
- Total Value of Disputed/Questionable Charges
- Top Carriers by Discrepancy Count

Benefits of Proactive Discrepancy Detection

Implementing this disciplined process with your CNFANS Spreadsheet leads to:

  • Cost Recovery:
  • Process Improvement:
  • Accurate Budgeting:
  • Enhanced Negotiation Power:

Conclusion: