I have a database in which I would like to calculate dollar amounts between particular dollar ranges,
So far I am using the following formula to count how many entries are at within each range,
=SUMPRODUCT(('all workinglist'!G$2:G$2087>=500000)*('all workinglist'!G$2:G$2087<=749999))
Doller Ranges
$750000-$999999 1 entry
$500000-$749999 2 entries
$250000-$499999 4 entries
but I would like to add these dollar amounts together.
I've tried many different formulas such as:
=SUMIF('all workinglist'!G$2:G$2087,">=750000,<=999999")
But I can't get it to work!
Please advise,
HB
So far I am using the following formula to count how many entries are at within each range,
=SUMPRODUCT(('all workinglist'!G$2:G$2087>=500000)*('all workinglist'!G$2:G$2087<=749999))
Doller Ranges
$750000-$999999 1 entry
$500000-$749999 2 entries
$250000-$499999 4 entries
but I would like to add these dollar amounts together.
I've tried many different formulas such as:
=SUMIF('all workinglist'!G$2:G$2087,">=750000,<=999999")
But I can't get it to work!
Please advise,
HB