MHodgin1016
New Member
- Joined
- Aug 9, 2017
- Messages
- 7
I'm trying to build a PivotTable that will show us how many total units each of our clients has in their authorizations, how many units have been used, and how many are left. Every two weeks our payer sends us an "Auth Dump" that includes the client ID, authorization ID #, service name, start date of auth, end date of auth, and total units authorized. They also send us a "Claim Dump" which includes the client ID, date of service, service name, units billed, and if the billing was approved. I import both of these text files into separate workbooks.
I need to add a column to the Claim Dump table that indicates the authorization ID # associated with each claim. This would be found by matching the client ID # and service name on the Auth Dump and Claim Dump tables, then assessing which auth start and end date from the Auth Dump contains the date of service on the Claim Dump.
Any help would be greatly appreciated.
I need to add a column to the Claim Dump table that indicates the authorization ID # associated with each claim. This would be found by matching the client ID # and service name on the Auth Dump and Claim Dump tables, then assessing which auth start and end date from the Auth Dump contains the date of service on the Claim Dump.
Any help would be greatly appreciated.