Thread: countifs/or
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
baxter2.0[_2_] baxter2.0[_2_] is offline
external usenet poster
 
Posts: 1
Default countifs/or

you should be able to stack them try:
=COUNTIFS(A:A,"<",C:C,"",D:D,"Received")+COUNTIFS (A:A,"<",C:C,"",D:D,"n/a")

"Caroline" wrote:

I have the following formula in a spreadsheet:
=COUNTIFS(A:A,"<",C:C,"",D:D,"Received")
I now want to also count rows in column D that have "n/a" (I want to count
both "n/a" and "received".
How do I modify the function to include those?
Thank you,
Caroline