Hello Guys,
Can you help me in having formula to count between ranges A:E with specific criteria?
I need to count how many are not blank from A:E columns with criteria of "David".
Thanks!
Hello Guys,
Can you help me in having formula to count between ranges A:E with specific criteria?
I need to count how many are not blank from A:E columns with criteria of "David".
Thanks!
Perhaps:
Formula:
=COUNTIF(A:E,"David")
?
Sincerely
S?ren Larsen
"Give a man a fish, and you'll feed him for a day. Give a man a fishing rod, and he'll steal your yacht!"
Sorry to confuse you. I have additional criteria, i need to count all non blank cells within B:E that are also within the criteria of "David" in column A.
Try this:
Confirmed as an array formula with Ctrl-Shift-Enter.![]()
=SUMPRODUCT((A2:A10="David")*(IF(B2:E10<>"",TRUE)))
Docendo discimus.
How about..
=SUMPRODUCT((B:E<>"")*(A:A="David"))
Life's a spreadsheet, Excel!
Say thanks, Click *
Thank you!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks