bank rec

thedog29

New Member
Joined
May 21, 2009
Messages
19
Hi folks, wonder if someone could help me with this one. i have two worksheets, one is the bank statements the other is my own record of cheques paid out etc.

basically what i want to do is get a cheque number from the statements look and find that cheque number in the cheques paid tab and return a value to a cell in the statement tab.
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
I'm not having any luck with Vlookup. i think it may be that the values i'm looking at are not an exact match. i want to look at colum C check this against colum A in the cheques workings tab and return the EL/PL number in colum G of the statement tab. see below for example

Excel Workbook
ABCDEFG
14Booked dateInterest DateTextAmountBalance
1504/21/201004/21/2010CH 205299-23,027.44-12,927.44#VALUE!
1604/21/201004/21/2010tfr per a xxxxxxxxxxxxxx23,027.4410,100.00#VALUE!
1704/22/201004/22/2010CH 205295-9,900.00200.00#N/A
Statement @ 14-03-11
Excel 2003
Cell Formulas
RangeFormula
G15=VLOOKUP(--C15,'cheque workings'!$A$6:'cheque workings'!$A$5136,3,1)
G16=VLOOKUP(--C16,'cheque workings'!$A$6:'cheque workings'!$A$5136,3,1)
G17=VLOOKUP(C17,'cheque workings'!$A$6:'cheque workings'!$A$5136,3,1)

Excel Workbook
ABC
5Cheque noDateEL/PL number
620539806-May-09EL 212
720539906-May-09EL 212
820540006-May-09EL 212
920580106-May-09EL 212
cheque workings
Excel 2003
 
Upvote 0
right now that i got the first bit working i want to use vlookup again to look up a cheque number in colum c of the statement tab then return both the booked date and the amount to colums D & E in the cheque workings tab. can this be done?

Excel Workbook
ABCD
14Booked dateInterest DateTextAmount
1505/18/201005/18/2010CH 205230-894.00
1605/12/201005/12/2010CH 205253-110,000.00
1704/21/201004/21/2010CH 205299-23,027.44
1804/22/201004/22/2010CH 205295-9,900.00
1904/22/201004/22/2010CH 205294-40,000.00
2004/26/201004/26/2010CH 205298-124,080.00
2109/10/201009/10/2010CH 205297-9,583.33
Statement @ 14-03-11 (2)
Excel Workbook
ABCDE
5Cheque noDateEL/PL numberDate paidAmount Paid
620539806-May-09EL 212
720539906-May-09EL 212
820540006-May-09EL 212
920580106-May-09EL 212
1020580206-May-09EL 212
1120580306-May-09EL 212
1220580406-May-09EL 212
1320580506-May-09EL 212
1420580606-May-09EL 212
1520580706-May-09EL 212
Excel 2003 cheque workings
Excel 2003
 
Upvote 0

Forum statistics

Threads
1,224,575
Messages
6,179,637
Members
452,934
Latest member
Jdsonne31

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top