Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
drlisa0318
 
Posts: n/a
Default Need help setting up a formula using perhaps the logic functions .

I've got a check register on one sheet....plus a listing of deposits and
other debits and credits. Rather than manually check off cleared
checks/deposits, I'd like to be able to set it up so that I can key the
checks (and their corresponding amounts) from the bank statement into columns
and have Excel, through the use of IF, AND, etc., find the check in the check
register, verify that the amounts are the same, and mark them as being
cleared. Is this possible? If so, I haven't a clue how to set it up. It
seems like there would be several layers of nesting functions. Can anyone
help me set this up?
  #2   Report Post  
Steve
 
Posts: n/a
Default

The Match function may assist:

=Match(your cheque number, your statement cheque number range,enforce exact
match)
=MATCH(J2,L2:L9,0)

The result will be the count of lines on your cleared check list if it finds
a match or #NA if it is uncleared.

Using the Index function with the result from match will help you verify the
value. See
http://www.exceltip.com/st/Combine_t...Excel/298.html
for assistance with this.

HTH
Steve

"drlisa0318" wrote in message
...
I've got a check register on one sheet....plus a listing of deposits and
other debits and credits. Rather than manually check off cleared
checks/deposits, I'd like to be able to set it up so that I can key the
checks (and their corresponding amounts) from the bank statement into
columns
and have Excel, through the use of IF, AND, etc., find the check in the
check
register, verify that the amounts are the same, and mark them as being
cleared. Is this possible? If so, I haven't a clue how to set it up. It
seems like there would be several layers of nesting functions. Can anyone
help me set this up?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
ENTER EXCEL FORMULA WITH MORE THAN 7 NESTED FUNCTIONS Linda Bolton Excel Worksheet Functions 2 January 14th 05 11:58 AM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 07:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"