Help needed with formula
=COUNTBLANK(C7:C16,),COUNTIFS(AP7:AP16,"X",AP7:AP16,"P")
Not working correctly...Not sure where its going wrong.![]()
Help needed with formula
=COUNTBLANK(C7:C16,),COUNTIFS(AP7:AP16,"X",AP7:AP16,"P")
Not working correctly...Not sure where its going wrong.![]()
Not sure what you are trying to do, but try it like this:
=COUNTIFS(AP7:AP16,"X",C7:C16,"") + COUNTIFS(AP7:AP16,"P",C7:C16,"")
i.e. count the blanks in column C where column AP is either "x" or "p".
Hope this helps.
Pete
Welcome to the forum!
What is the formula supposed to be doing? Explain in WORDS.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Wrong argument
COUNTBLANK(range)
COUNTIFS(criteria_range1, criteria1, [criteria_range2, criteria2],…)
Maybe try
=sum(COUNTIFS(AP7:AP16,{"X","P"},C7:C16,""))
I'm trying to only count billed units only
I think this will do it:
=COUNTIFS(AP4:AP13,"<>X",AP4:AP13,"<>")
Thank you. Lack of sleep, and I'm over thinking it.
It happens.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks