View Single Post
  #2   Report Post  
Leo Heuser
 
Posts: n/a
Default

Hi David

One way:

=COUNTIF(D4:D9,"8a")

and for counting the numbers of 8a AND 8b

=SUMPRODUCT(COUNTIF(D4:D9,{"8a,"8b"}"))


--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"David Harrison" skrev i en
meddelelse ...
HI there

I have a current count IF function that works well. until now.

The range is D4:D9,

Usually it only searches numbers but now i need it to search 8a and 8b as
values. Not the cells.

What is the way around this.

It would be more preferable to seach and add up 8a and 8a as values. (not
the cells 8a and 8b)

Thanks

David