Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that has column A with project type and column B with
the status. I need to count all projects of a certain type in column A that do not have a status = Cancelled in column B. The formulas as in another worksheet. I've been trying to use this formula but it's not correct: =COUNTIF(Projects!$A:$A,"Home")-COUNTIF(Projects!$B:$B,"Cancelled") I'm not sure if Countif is the right function to use. would Sumproduct be better? |