View Single Post
  #5   Report Post  
RAJEEV CHADHA
 
Posts: n/a
Default

"?B?Um93YW4=?=" wrote in message ...
One way:

In cell J1 insert the formula =A2&I2 and copy it down to end of data
Then you can use =Countif(J:J,"A16")

Hope this helds
Rowan

"Johannes B." wrote:

To count the numbers of rows that include the number "16" in column "I", I
use the following formula:
ANTALL.HVIS(I:I;"16")
(I think this is called COUNT.IF in english)

I want to count the numbers of rows that include both this and the letter
"A" in column "B". (Meaning not counting rows which just fulfill one of these
requirements.)
How do I write this formula? (Please feel free to write the english formula,
I will find out how to write it in norwegian.)

Regards
Johannes

Hi