Forum Discussion

Hursh Patel's avatar
Hursh Patel
Copper Contributor
Apr 04, 2018
Solved

Need help with formula

I have this Formula inputted into my spreadsheet but I also want it to state if the cell has N/a to mark complete.   =IF(COUNTIF(P3:Z3,"x")=11,"Completed","Incomplete")   How do you do that? ...
  • Jamil's avatar
    Jamil
    Apr 04, 2018

    Please use this formula

     

     

    =IF(SUM(COUNTIFS(P3:Z3,{"x","N/a"}))=11,"Completed","Incomplete")