Thread: countifs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trev[_2_] Trev[_2_] is offline
external usenet poster
 
Posts: 32
Default countifs

I need a formula that counts if column C = Sold, and column A = Name and
column S and be either New* or Under*

=COUNTIFS(C:C,"sold",A:A,"name")can equal Name or Under

Is this possible?
Thanks