Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a worksheet that is calculated by salespersons and by item class. I have a summary on same worksheet that uses sumproduct to calculate only twelve of the item classes. Works great, but now I need it to show a total for all those remaining and it is picking up my "total" lines throughout the worksheet. I tried placing a wildcard <*total, but then read sumproduct doesn't support wildcards. Below is the code I am using to return all other classes. If anyone has a suggestion as to how to not include the total lines, I would appreciate it. =SUMPRODUCT(1-($B$2:$B$196="DNU")-($B$2:$B$196="dou")-($B$2:$B$196="elu")-($B$2:$B$196="fyu")-($B$2:$B$196="gru")-($B$2:$B$196="kiu")-($B$2:$B$196="*kou")-($B$2:$B$196="marelli")-($B$2:$B$196="mdu")-($B$2:$B$196="ncu")-($B$2:$B$196="pmu")-($B$2:$B$196="sfu")-($B$2:$B$196="sgu")-($B$2:$B$196="syu")$I$2:$I$196) Thanks in advance, Pam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple criteria for sumproduct | Excel Discussion (Misc queries) | |||
Sumproduct with multiple criteria | Excel Discussion (Misc queries) | |||
SUMPRODUCT with multiple criteria | Excel Worksheet Functions | |||
SUMPRODUCT / SUMIF on Multiple Worksheets with Multiple Criteria | Excel Discussion (Misc queries) | |||
Sumproduct multiple criteria | Excel Worksheet Functions |