Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compair 2 excel file's and import data from 1 to the other | Excel Discussion (Misc queries) | |||
Compair two sheets and return differences | Excel Discussion (Misc queries) | |||
need to compair two excell docs and find the changes | Excel Discussion (Misc queries) |