Sum a range based on two variables

B

billy

I would like to sum a range if the value is over a certain amount.

dave 10
dave 20
dave 30
paul 20
paul 30

If I only want greater than 20 I would like to get
Dave 50
Paul 50

I used a sumif to get the total for the column -
=SUMIF($B$3:$B$182,$B222,D$3:D$182) where b is name and d is values, so I
just want to sum d information if greater than some value. Any help out
there. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top