I'm pretty new to VBA, so here's my question:
I have an Excel worksheet with 8 columns of data. I need to sum every few rows in a single column, based on a different column (It's figuring out the number of bills in deposits for a bank, so I need to sum only the columns that are bills while leaving out the checks, coins, food stamps, etc). The type is listed in a different column, so I was wondering if there was a way to say "Sum these cells when these other cells say $100, $50, etc".
Thanks for the help!
I have an Excel worksheet with 8 columns of data. I need to sum every few rows in a single column, based on a different column (It's figuring out the number of bills in deposits for a bank, so I need to sum only the columns that are bills while leaving out the checks, coins, food stamps, etc). The type is listed in a different column, so I was wondering if there was a way to say "Sum these cells when these other cells say $100, $50, etc".
Thanks for the help!