ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   compair (https://www.excelbanter.com/excel-worksheet-functions/239472-compair.html)

bbrodsky

compair
 
We issue about 1500 to 2000 checks every month. I can place the list of
check numbers and amounts from our payroll software on an excel spreadsheet
and I can take the list from our bank and place it on the same spreadsheet.
What I need to know is how can I compare the two lists to see what checks
have not cleared the bank?



Luke M

compair
 
Let's say numbers are in column A, bank list is in column B (starting on row
2). In C2:

=IF(ISNA(MATCH(A2,B:B,0)),"Not cleared","Cleared")

Copy down as needed. You can then use AutoFilter on this column to quickly
see what you have outstanding.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"bbrodsky" wrote:

We issue about 1500 to 2000 checks every month. I can place the list of
check numbers and amounts from our payroll software on an excel spreadsheet
and I can take the list from our bank and place it on the same spreadsheet.
What I need to know is how can I compare the two lists to see what checks
have not cleared the bank?




All times are GMT +1. The time now is 02:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com