ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   countif column d equals x and column a noblank (https://www.excelbanter.com/excel-worksheet-functions/171823-countif-column-d-equals-x-column-noblank.html)

Willie Wilson

countif column d equals x and column a noblank
 
total of a column where the text is "X" and the name column is not blank.

Tyro[_2_]

countif column d equals x and column a noblank
 
For which version of Excel?

"Willie Wilson" <Willie wrote in message
...
total of a column where the text is "X" and the name column is not blank.




T. Valko

countif column d equals x and column a noblank
 
Try this:

=SUMPRODUCT(--(A1:A10<""),--(D1:D10="x"))

--
Biff
Microsoft Excel MVP


"Willie Wilson" <Willie wrote in message
...
total of a column where the text is "X" and the name column is not blank.




Don Guillett

countif column d equals x and column a noblank
 
=SUMPRODUCT(--(LEN(TRIM(a2:a23))0),--(d2:d23="x"))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Willie Wilson" <Willie
wrote in message
...
total of a column where the text is "X" and the name column is not blank.



Willie Wilson[_2_]

countif column d equals x and column a noblank
 
2003 excel

"Tyro" wrote:

For which version of Excel?

"Willie Wilson" <Willie wrote in message
...
total of a column where the text is "X" and the name column is not blank.






All times are GMT +1. The time now is 06:48 AM.

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