ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   formula help (https://www.excelbanter.com/excel-worksheet-functions/103811-formula-help.html)

TMF in MN

formula help
 
A B
1 1 a7
2 2 a6
3 3 a6
4 3 a4

I would like a formula that counts how many times A:A =3 and B:B =a6
In this example, the answer is 1 THANK YOU

David Billigmeier

formula help
 
Sumproduct would be what you want, unfortunately it doesn't except entire
columns as input so you have to do something like the following:

=SUMPRODUCT(--(A1:A65535=3),--(B1:B65535="a6")) +
SUMPRODUCT(--(A65536=3),--(B65536="a6"))
--
Regards,
Dave


"TMF in MN" wrote:

A B
1 1 a7
2 2 a6
3 3 a6
4 3 a4

I would like a formula that counts how many times A:A =3 and B:B =a6
In this example, the answer is 1 THANK YOU



All times are GMT +1. The time now is 09:40 AM.

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