View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_] Don Guillett[_2_] is offline
external usenet poster
 
Posts: 1,522
Default Count if 2 criteria are met

Also takes into account if someone touched the space bar in i2:i22

=SUMPRODUCT((G2:G22="alicia")*(LEN(TRIM(I2:I22))0 ))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"clare_s" wrote in message
...
Hi- need to get a formula which will count the number of times 2 seperate
criteria are met- firstly that in column G the entry is Alicia, and
secondly
that in column I there is an entry- have tried to piece this together
myself
but as only an occassional user i'm struggling!! Thanks C