sumif function with a difference

O

ozcank

Hi All

Ok, what I'm trying to do is a variation of the sumif function. I have
a list of stores, which are categorised and have an associated value
with them. I am trying to sum these values by category but i want to
ignore vlaue below a certain threshold. Ie

Store Value Category
1 5 A
2 7 C
3 2 A
4 6 D
5 9 A
6 1 D
7 4 D

I want to be able to write a sumif function to give me total of values
by each category but ignore any values less than 2f for example.
In effect, I'm trying to add an 'AND' condition to
'SUMIF(B4:B19,E4,A4:A19)'.

Does ths make sense? Does anyone have any ideas?

Many many thanks in advance

Oz
 
O

ozcank

sorry typoe error, the 2f should just be 2. i'm trying add any values
greater than 2 for the ocrresponding rows.
 

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

Similar Threads

SUMIF date criteria 3
function help, sumif?? 2
Problem with SUMIF Formula 3
Can I have two conditions in a SUMIF? 5
Sumif Function 2
sumif functions 4
SUMIF NOT #VALUE Question 3
SUMIF 4

Top