I have this formula:
I need to countifs "A" or "B"![]()
Please Login or Register to view this content.
Thanks in advance.
I have this formula:
I need to countifs "A" or "B"![]()
Please Login or Register to view this content.
Thanks in advance.
Last edited by Wskip49; 09-27-2010 at 04:28 PM.
Try =COUNTIFS($A$3:$A$81,4,$C$3:$C$81,"A")+COUNTIFS($A$3:$A$81,4,$C$3:$C$81,"B")
Never use Merged Cells in Excel
or like this
=SUM(COUNTIFS($A$3:$A$81,4,$C$3:$C$81,{"A","B"}))
Audere est facere
Thanks so much. This site is wonderful thanks to all that help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks