Invoice Reconciliation

Erin3860

New Member
Joined
Aug 7, 2020
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
I have two lists that I need to reconcile, one is the list of invoices that were sent in for processing (manually entered data) and the other is the financial system's record once the invoices are processed. We want to make sure everything gets processed and that everything matches. I want to cross reference four different columns as there is no one unique identifier (i.e. each invoice is coded to multiple account codes, etc.). I am having success with this formula:

=SUMIFS(Table1[Row],Table1[Vendor],F2,Table1[Invoice Number],H2,Table1[Account],L2,Table1[GL Amount],U2)

But I would like to make the Row Numbers non-numerical (i.e. instead of 1,2,3, and I want it to be A1, A2, etc. Which throws off the SUM part of this equation.

Any ideas?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi Erin,
welcome to the forum. SUMIFS indeed can't add up texts (I can't either tbh), so you could try a COUNTIFS formula. What you could also do is make a "helper column" based on your 4 columns, basically creating an unique identifier for every line and try to match those. That does require 2 extra columns but that makes the formula quite a bit shorter and easier to work with.
Hope that helps,
Koen
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,978
Members
448,934
Latest member
audette89

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top