Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to in my macro to compare the GL acct #'s in the account column
and on change sum the amounts, using stored range adresses, in total column. So i need to know how to store and compare cell contentsand cell addresses, and then how to use the stored address in a sum sttement. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jim,
I have done what you are trying to do, and the best method I have found is to copy the accounts, cell addresses, and balances into arrays. Then loop through the arrays to compare the accounts. You can also produce subtotals using arrays. If you don't know how to work with arrays, learn! Use Excel help to begin with. Then post specific questions in this forum. They are extremely powerfull and fast for working with large amounts of data. Once you get the hang of them, they are fast and easy to code as well. Hope this helps. "Jim Whelchel" wrote: I am trying to in my macro to compare the GL acct #'s in the account column and on change sum the amounts, using stored range adresses, in total column. So i need to know how to store and compare cell contentsand cell addresses, and then how to use the stored address in a sum sttement. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return cell address of a cell based on contents of cell. | Excel Worksheet Functions | |||
How do I store through a cell that contains a cell address in it? | Excel Discussion (Misc queries) | |||
store address in a cell and use it in formula | Excel Discussion (Misc queries) | |||
Data Validation: Store cell address instead of value in the cell? | Excel Discussion (Misc queries) | |||
Cell Comparsion (a bug?) | Excel Programming |