Wilco()
Member
I want to count a range (D12:NN12) in a sheet. In this row there can be values "L" or "XL".
I try to count these values by using countifs:
=COUNTIFS(D12:NN12;"XL";D12:NN12;"L")
But this gives me 0. I have thought of using Sumproduct, but cannot get that to work either.
How can I count the amount of cells containing these 2 values?
I try to count these values by using countifs:
=COUNTIFS(D12:NN12;"XL";D12:NN12;"L")
But this gives me 0. I have thought of using Sumproduct, but cannot get that to work either.
How can I count the amount of cells containing these 2 values?