here's my problem:
I have a system-generated report that I can update easily. However, the report is very long and complex and I'm trying to use the complex report to consolidate it to a simpler summary report.
My system outputs a list of items sold with invoice number references and paid/unpaid status. It does not give me a clear list of invoices. What I need is to take the long list and make a short list of invoices with paid/unpaid status.
Example: Sheet "Detail"

Sheet "Summary"

So what's needed is for a formula to look up invoices in the Detail sheet that match values in Column A on the summary sheet and return the status into column B. I will also need the same or similar formula to return the total amount of the invoice into column C This should be such a simple fix yet here I am going crazy...