Sriram Iyengar
New Member
Hi All,
I am trying to create a format wherein for every task there are 4 statuses (WIP, Pending, Completed, N/A). The milestone will be marked complete as if the above range does not have any task pending. The formula I used is countif in an adjacent cell
Formula: =COUNTIF(E4:E12,"Pending"). This gave me the output in cell E3 as 0
Then on the Milestone completion cell I used the formula =IF(E3>=1, " NO ", " Yes ").
Is there someway both functions can be used in a single cell alternatively any other formula that I can use?
I am trying to create a format wherein for every task there are 4 statuses (WIP, Pending, Completed, N/A). The milestone will be marked complete as if the above range does not have any task pending. The formula I used is countif in an adjacent cell
Formula: =COUNTIF(E4:E12,"Pending"). This gave me the output in cell E3 as 0
Then on the Milestone completion cell I used the formula =IF(E3>=1, " NO ", " Yes ").
Is there someway both functions can be used in a single cell alternatively any other formula that I can use?