![]() |
how do I count the sum of 2 columns in excel? countif(a1:a100='op.
I am having trouble with the syntax here nested functions - this is what I am
attempting to do countif(a1:a100='open' and b1:b100='i') |
One way:
=SUMPRODUCT(--(A1:A100="open"),--(B1:B100="i")) For an explanation of "--" see http://www.mcgimpsey.com/excel/doubleneg.html In article , "Bruce" wrote: I am having trouble with the syntax here nested functions - this is what I am attempting to do countif(a1:a100='open' and b1:b100='i') |
All times are GMT +1. The time now is 12:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com