View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Custard Tart Custard Tart is offline
external usenet poster
 
Posts: 12
Default COUNTIF with adjacent columns

I have a spreadsheet which has a list of tasks in one column and
directly next to it whether that task is complete/not complete/
rescheduled.

For example in cell B2 the task is CL and in column C2 the task is
complete:

B C
2 CL Complete

I would like to add a tally box at the bottom for all CL tasks which
are complete, then another for not complete and another for
rescheduled. At the moment, I can only get it to COUNTIF on either the
CL or the complete value but not both together.

Any help greatly appreciated!