Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() 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 -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
#2
![]() |
|||
|
|||
![]()
Hi ozcank,
Try this: =SUMPRODUCT((C4:C19="A")*(B4:B19=2)*B4:B19) Regards, KL "ozcank" wrote in message ... 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 -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
#3
![]() |
|||
|
|||
![]()
Not sure I understand the 2f bit?
"ozcank" wrote: 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 -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
#4
![]() |
|||
|
|||
![]()
"aristotle" wrote in message
... Not sure I understand the 2f bit? I think that was a typo! |
#5
![]() |
|||
|
|||
![]() sorry typoe error, the 2f should just be 2. i'm trying add any values greater than 2 for the ocrresponding rows. -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
#6
![]() |
|||
|
|||
![]() thanks KL, your suggestion worked a treat. cheers Oz -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
#7
![]() |
|||
|
|||
![]()
No prob, thank for the feedback.
KL "ozcank" wrote in message ... thanks KL, your suggestion worked a treat. cheers Oz -- ozcank ------------------------------------------------------------------------ ozcank's Profile: http://www.excelforum.com/member.php...fo&userid=5328 View this thread: http://www.excelforum.com/showthread...hreadid=389320 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
Can SUMIF function include AND function | Excel Worksheet Functions | |||
Dynamic sumif function | Excel Worksheet Functions | |||
SUMIF function | Excel Worksheet Functions | |||
help with "criterea" in the sumif function | Excel Worksheet Functions |