View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MBS MBS is offline
external usenet poster
 
Posts: 2
Default COUNTIF or COUNT.... IF

Working on Sheet 2, I need to count records from Sheet1 but only want if ColA
= "text1" and ColB = "text2".

COUNTIF(('Sheet1'!A1:A10,"text1")*('Sheet1'!B1:B10 ,"text2"))

This is the formula I have been playing with that obviously is not working!
--
MBS