LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Finding amounts equal to one total

I hope I'm able to explain this properly. I'm trying to match lists of up to
a thousand checks with lists of maybe a hundred or more deposits. The number
of checks per deposit can range between one and dozen or more. I've been able
to make a spreadsheet using formulas to find if there are only two checks for
each deposit with this formula: =IF(($A$1+A2) = B1, "Match", False) then
dragging it down and changing it as necessary going across. The list of
checks is in column A with one deposit at a time in B1. Obviously it requires
most of the worksheet. My question has two parts; I have to use find to find
the matches, then look at the formula to see what cells it refers to and go
from there. Is there a way to write code to highlight the matching cells?
Maybe by bringing the cell references up in a dialogue box? Something like
"match found in cells A34 & A78."

Also, doing what I did above looking for 3 or more checks is HUGE. Is there a
way using VBA to find these? I've been trying to learn VBA with mixed results,
and I appreciate any help.

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200512/1
 
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
Hiding amounts that equal 0 Sandi Excel Discussion (Misc queries) 4 July 9th 09 02:44 AM
Should grand total equal average of sub total Bonnie Excel Discussion (Misc queries) 5 January 20th 07 08:46 PM
Should grand total equal average of sub total Bonnie Excel Discussion (Misc queries) 2 January 20th 07 08:37 PM
11 $ amounts, 6 of the amounts must equal $3854.12, which 6? Marianne Excel Discussion (Misc queries) 2 August 26th 06 12:39 AM
Is it possible to get a sub-total of amounts when... marsha Excel Discussion (Misc queries) 4 November 1st 05 04:39 AM


All times are GMT +1. The time now is 11:09 AM.

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"