View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Yong Heng Yong Heng is offline
external usenet poster
 
Posts: 9
Default COUNTIF value columnA columnB

Hi,

u can get around this by using additional column to find out if column A
column B and count the TRUE values.

A B C
1 4 =A1B1
2 3 =A2B2
3 2 =A3B3
4 1 =A4B4

=countif(C1:C4,TRUE)

hope this helps.


"Neffa" wrote:

struggling here