D
David Taplin
Im trying in excel to count 2 columns using the COUNTIF function :
ie COUNTIF (A:A,TRUE)
however how do i countif with 2 columns, ie
COUNTIF (A:A,TRUE) and (B:B='1')
i need to count number of cells where column A = true and column B = 1, ie a
nested countif
any advice.
ie COUNTIF (A:A,TRUE)
however how do i countif with 2 columns, ie
COUNTIF (A:A,TRUE) and (B:B='1')
i need to count number of cells where column A = true and column B = 1, ie a
nested countif
any advice.