P
PeterLines
I want to sum a column if 2 conditions in a row are true. For example:
If I have an array with the columns: Name, Type, Amount. I only want
to sum Amount if Name="Pete" and Type="A". I've tried
{=sum((Name="Pete")*(Type="A")*Amount)} I found this formula the book
Microsoft Excel 2000 Formulas page 204 but it does not seem to work.
Any help is appreciated.
If I have an array with the columns: Name, Type, Amount. I only want
to sum Amount if Name="Pete" and Type="A". I've tried
{=sum((Name="Pete")*(Type="A")*Amount)} I found this formula the book
Microsoft Excel 2000 Formulas page 204 but it does not seem to work.
Any help is appreciated.