Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking for a cell to add each time two cells in two different collomns
meet certian criteria |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perhaps:
if just 2 cells: =(A1="criterion1") + (B1="criterion2") if comparing each row in two columns: =SUMPRODUCT(--(A1:A100="criterion1"),--(B1:B100="criterion2")) In article , Loren71 wrote: I am looking for a cell to add each time two cells in two different collomns meet certian criteria |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in the help index for AND & IF
-- Don Guillett Microsoft MVP Excel SalesAid Software "Loren71" wrote in message ... I am looking for a cell to add each time two cells in two different collomns meet certian criteria |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Cells that meet Criteria | Excel Worksheet Functions | |||
How do I count nonblank cells that meet criteria in another cell? | Excel Worksheet Functions | |||
Can I sum #s in a cell if other cells meet a certain criteria? | Excel Discussion (Misc queries) | |||
Sum Total # Of Cells That Meet Several Criteria | Excel Worksheet Functions | |||
How can I count cells that meet two criteria within a filtered co. | Excel Worksheet Functions |