I cant seem to get the function below to work. Basically, I am trying get count if the value in one cell in another sheet is either "Yes" or "na". I do have a work-around using sum of separate countif statements but would like to know why the function below is not working for me.
Thanks in advance.
![]()
=COUNTIFS(Sheet1!G2:G69,"Yes",Sheet1!G2:G69,"na")
Bookmarks