D
dWilson
I have a spreadsheet in which I've been tracking
accounting transactions...date, account # and amount. I'd
like to be able to enter a single function that would
total all the amounts within acount number, without me
having to select a range, summarize, select another range,
summarize, etc.
In pseudo-SQL,
SELECT ALL ROWS
SUM AMOUNT
BY ACCOUNT
Is there a function I'm missing? Is there a third-party
solution (perhaps freeware SQL that can read Excel?)
Thanks,
DWilson
accounting transactions...date, account # and amount. I'd
like to be able to enter a single function that would
total all the amounts within acount number, without me
having to select a range, summarize, select another range,
summarize, etc.
In pseudo-SQL,
SELECT ALL ROWS
SUM AMOUNT
BY ACCOUNT
Is there a function I'm missing? Is there a third-party
solution (perhaps freeware SQL that can read Excel?)
Thanks,
DWilson