Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
G'day everyone
Need a little help with the following please. Using 97-2003 format =COUNTIF(AND('2008'!$B5:$B2004,"Eastern Creek",'2008'!$E5:$E2004,"VIC")) Essential what I am need is to count only the records that match column B & D. =SUMIF(AND('2008'!$B5:$B2004,"Eastern Creek",'2008'!$E5:$E2004,"VIC"),'2008'!$I5:$I2004) ) Again match the 2 criteria, sum only that which matches in Column (i). TIA Mark. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try these:
=SUMPRODUCT(--('2008'!$B5:$B2004="Eastern Creek").--('2008'!$E5:$E2004="VIC")) =SUMPRODUCT(--('2008'!$B5:$B2004="Eastern Creek"),--('2008'!$E5:$E2004="VIC"),'2008'!$I5:$I2004) -- Biff Microsoft Excel MVP "NoodNutt" wrote in message ... G'day everyone Need a little help with the following please. Using 97-2003 format =COUNTIF(AND('2008'!$B5:$B2004,"Eastern Creek",'2008'!$E5:$E2004,"VIC")) Essential what I am need is to count only the records that match column B & D. =SUMIF(AND('2008'!$B5:$B2004,"Eastern Creek",'2008'!$E5:$E2004,"VIC"),'2008'!$I5:$I2004) ) Again match the 2 criteria, sum only that which matches in Column (i). TIA Mark. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
G'day Biff
Thx you so much, you've saved me again Regards Mark. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "NoodNutt" wrote in message ... G'day Biff Thx you so much, you've saved me again Regards Mark. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, Thank you, Thank you!!!!
-- Sharyn "T. Valko" wrote: You're welcome. Thanks for the feedback! -- Biff Microsoft Excel MVP "NoodNutt" wrote in message ... G'day Biff Thx you so much, you've saved me again Regards Mark. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're quite welcome!
-- Biff Microsoft Excel MVP "Sharyn" wrote in message ... Thank you, Thank you, Thank you!!!! -- Sharyn "T. Valko" wrote: You're welcome. Thanks for the feedback! -- Biff Microsoft Excel MVP "NoodNutt" wrote in message ... G'day Biff Thx you so much, you've saved me again Regards Mark. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif or sumif with 2 criteria | Excel Discussion (Misc queries) | |||
Countif & Sumif with Multiple criteria | Excel Worksheet Functions | |||
multiple criteria with countif or sumif | Excel Worksheet Functions | |||
Multiple Criteria for COUNTIF and SUMIF | Excel Worksheet Functions | |||
SUMIF/COUNTIF with an additional criteria | Excel Worksheet Functions |