View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Stefi
 
Posts: n/a
Default Formula Question

Hi John,

One possible reason in case of imported data that Excel doesn't treat them
as text, not even if they are formatted as text. Try convert Info!B column
with the TEXT function!

Regards,
Stefi


€˛JohnD€¯ ezt Ć*rta:

=IF(Info!$B$5:$B$502="May",COUNTIF(Info!$L$5:$L$50 0,"=15"),"0")
Why doesn't this formula work. Information is being pulled from an Access97
database into 'Info' worksheet. This information is then being analysed in
another worksheet using this formula in one of the cells, but it doesn't
recognise anything labelled 'May' seems count everything. Seperate cells for
other months.