Home |
Search |
Today's Posts |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, I see what you meant.
-- Biff Microsoft Excel MVP "Bernd P" wrote in message ... Hello Biff, I referred to OR criteria, not the same cells. If, for example, you would need a logical OR on M1:M100 (Y indicating male persons) and on B1:B100 (Y indicating blonde hair) and if you need to count persons who are male OR blonde then you don't want to double count blonde AND male persons. So =SUMPRODUCT(("Y"=B1:B100)+("Y"=M1:M100)) would be wrong but =SUMPRODUCT(SIGN(("Y"=B1:B100)+("Y"=M1:M100))) would be ok. Regards, Bernd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif or Sumproduct? | Excel Discussion (Misc queries) | |||
Sumif/Sumproduct Help | Excel Worksheet Functions | |||
HELP !!! SUMIF or SUMPRODUCT | Excel Discussion (Misc queries) | |||
HELP Sumif or Sumproduct | Excel Discussion (Misc queries) | |||
SUMPRODUCT or SUMIF or ... | Excel Worksheet Functions |