ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Countifs (https://www.excelbanter.com/excel-worksheet-functions/228375-countifs.html)

CD27

Countifs
 
I am having problems with a formula. I have a worksheet with 9
columns (A thur I) that contain various numbers. I need to create a
formula that if any cell in row 1 contains either a {1,2,3,4,6,20}
input 1 and if not input 0.

I tried the following but it only seems to be counting the cells with
a 1. =COUNTIF(A14:I14,{1,2,3,4,6,20})

Countifs seems to be doing the same thing in Excel 2007.


Thanks

CD

Domenic[_2_]

Countifs
 
In article
,
CD27 wrote:

I am having problems with a formula. I have a worksheet with 9
columns (A thur I) that contain various numbers. I need to create a
formula that if any cell in row 1 contains either a {1,2,3,4,6,20}
input 1 and if not input 0.

I tried the following but it only seems to be counting the cells with
a 1. =COUNTIF(A14:I14,{1,2,3,4,6,20})

Countifs seems to be doing the same thing in Excel 2007.


Thanks

CD


Try...

=(SUM(COUNTIF(A14:I14,{1,2,3,4,6,20}))0)+0

or

=(SUMPRODUCT(--ISNUMBER(MATCH(A14:I14,{1,2,3,4,6,20},0)))0)+0

--
Domenic
http://www.xl-central.com

CD27

Countifs
 
Thanks Domenic, works perfectly.


All times are GMT +1. The time now is 02:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com