sorting matched columns

S

Shiela

I am trying to match a cleared check statement from a bank to a check
register by check number. I want it to auto sort cleared check #, cleared
date, and cleared amount to match side by side to the check register by check
number. What is the best way to proceed with this task?
 
O

Otto Moehrbach

Shiela
I realize that you have a bank statement and you have an Excel sheet.
Tell us what you will enter into the Excel sheet (this is in this cell, that
is in that cell, etc). Then tell us what you want Excel to do with that
data. HTH Otto
 
S

Shane Devenshire

Hi,

Rather than sorting you might consider VLOOKUP(A1,ClearedChecks,2,FALSE)

In the above example A1 would contain the Check# in the register.
ClearedChecks is the range where all your cleared checks are located with the
check numbers in the left-most column. 2 tells VLOOKUP that you want to
return the value of the second column of the ClearedCheck range when a match
is found for the check number. You could do others for column 3 and 4 to
return other info. False means this is an exact match we are checking for.
If nothing is found NA will be returned.

If this helps, please click the Yes button

Cheers,
Shane Devenshire
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top