So I ran a SQL query, got all the data I need, but now I need to match it. I think it is alittle bit more than standard VLOOKUP.
I'm performing a Reconciliation, and I am hoping there is something that exists.
I retrieved an ID code, Month of PAyment, and PAyment Amounts.
Within this SQL Query info, I need to verify with what I am comparing to, SO i need first match IDs, then Match the month of Payment. Once these two are true, I need it to return the amount. I can't do it with a simple VLOOKUP... Is there anything I can use?