D
DINO
Thanks for the help Mark. Here's the situation:
I work for large municipality. The spreadsheet I'm working
on has three columns: account number, assessment amount,
and agency billed. I have to tally the total amount
charged to each agency. That's what the SUMIF formula is
for, I have cells that look for each occurrence of an
agency and totals the corresponding amounts.
The spreadsheet is sorted by account number and I can't
alter this. I also have to use the rounded values of the
assessments, not the carried out to four digits as it is
on the spreadsheet. So although the SUMPRODUCT & ROUND
functions worked great to use the rounded values, I don't
know how to use them in my SUMIF formula, or what to
replace that formula with.
Thanks in advance if anyone can help on this.
values greater then 10. You could use:
and I'm sure we can help.
array are then multiplied, and these products are added.
have to be level. One can use an array of A1:A5 in one
argument and an array of B11:B15 in another argument.
Arrays of conflicting size will produce a #N/A error.
error.
a #VALUE error.
I work for large municipality. The spreadsheet I'm working
on has three columns: account number, assessment amount,
and agency billed. I have to tally the total amount
charged to each agency. That's what the SUMIF formula is
for, I have cells that look for each occurrence of an
agency and totals the corresponding amounts.
The spreadsheet is sorted by account number and I can't
alter this. I also have to use the rounded values of the
assessments, not the carried out to four digits as it is
on the spreadsheet. So although the SUMPRODUCT & ROUND
functions worked great to use the rounded values, I don't
know how to use them in my SUMIF formula, or what to
replace that formula with.
Thanks in advance if anyone can help on this.
function comes up short. Say you only wanted to sum the-----Original Message-----
Hi Dino,
The SUMPRODUCT function is often used when the SUMIF
values greater then 10. You could use:
function. If you run into trouble, post some more details=SUMPRODUCT(ROUND(A1:A10,2)*(A1:A10>10))
I have included below a writeup on the SUMPRODUCT
and I'm sure we can help.
for each argument. The corresponding components of eachGood Luck,
Mark Graesser
(e-mail address removed)
Boston MA
SUMPRODUCT:
The SUMPRODUCT function will create an array of values
array are then multiplied, and these products are added.
direction (vertical or horizontal). However, they do notThe arrays must be of the same size, and in the same
have to be level. One can use an array of A1:A5 in one
argument and an array of B11:B15 in another argument.
Arrays of conflicting size will produce a #N/A error.
references (A:A) are not valid and will return a #NUMAlso, the arrays must be of a definite size. Full column
error.
spreadsheet, must be numeric. Text arguments will returnThe use of a single multiplier is also acceptable. SUMPRODUCT( (A1:A5) * 5 )
For conditional arguments the return is a 0 if false and a 1 if true
Non-conditional arguments, values used directly from the
a #VALUE error.