Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I need to use the sumproduct function but I would like to exclude 4 particular items which occur in a certain field eg SUMPRODUCT(($A$1:$A$1000 = FT)*($B$1:$B$1000 = 1)*($D$1:$D$1000)) works fine, but now I need to exclude column C items which = RP, Sel, SP & Com How do I do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hilton,
SUMPRODUCT(($A$1:$A$1000 = FT)*($B$1:$B$1000 = 1)*($C$1:$C$1000 < "RP")*($C$1:$C$1000 < "Sel")*($C$1:$C$1000 < "SP")*($C$1:$C$1000 < "Com")*($D$1:$D$1000)) HTH, Bernie MS Excel MVP "Hilton" wrote in message ... Hi, I need to use the sumproduct function but I would like to exclude 4 particular items which occur in a certain field eg SUMPRODUCT(($A$1:$A$1000 = FT)*($B$1:$B$1000 = 1)*($D$1:$D$1000)) works fine, but now I need to exclude column C items which = RP, Sel, SP & Com How do I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extra command | New Users to Excel | |||
get rid of extra rows | New Users to Excel | |||
extra paper | Excel Discussion (Misc queries) | |||
about extra row | Excel Discussion (Misc queries) | |||
Loss of excel funtionality within IE | Excel Discussion (Misc queries) |