...
Export billing report from Adobe Sign: Reports > Create a new report > Set Creation Date to Last Month > Run Report
Save Report, using a name containing the scoped month/year > Export report data
Wait a bit while report is generated, go back to main Reports screen, reload, will appear under My Export Report Data
Download the CSV file
Clean up report to remove rows that don’t represent billed transactions from Adobe Sign
Create new column A, copy formula =AND(G2=V2,W2="",H2<>"Default Group",BQ2<>"FORM_FILLER") to all rows
Select whole sheet, select Filter
Filter out TRUEs in new column A (including only FALSE)
Filter on Agreement Status, including only Canceled, Completed, In Process
Find & Select > Go To Special > Visible cells only, Copy and Paste selected rows into a new Sheet
Save As new filtered CSV file (containing just rows we want to bill)
In PCR: Admin > Imports / Exports > Import Files > Import Files
Upload File(s) > search for “adobe” in Import File Format > Upload Import File (or Test first) > select filtered file
Wait a bit while file is processed, watch for green checkmark under Processed
...